[lowdb] lowdb Small JSON database for Node, Electron and the browser. Powered by Lodash. https://github.com/typicode/lowdb
db.get('posts')
.push({ id: 1, title: 'lowdb is awesome'})
.write()
[lowdb] lowdb Small JSON database for Node, Electron and the browser. Powered by Lodash. https://github.com/typicode/lowdb
db.get('posts')
.push({ id: 1, title: 'lowdb is awesome'})
.write()