Skip to content

Instantly share code, notes, and snippets.

@thiagosouza
Created February 19, 2019 17:58
Show Gist options
  • Save thiagosouza/66063efc0721bdaebe6e563bcb157408 to your computer and use it in GitHub Desktop.
Save thiagosouza/66063efc0721bdaebe6e563bcb157408 to your computer and use it in GitHub Desktop.
[lowdb] lowdb Small JSON database for Node, Electron and the browser. Powered by Lodash.

[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()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment