LoDB
Flat JSON file database, fork of typicode/lowdb
What's new in LoDB
- Drop autosave
- Attach stringify/parse onto each db
What's in LowDB
- Serverless
- Multiple databases
- In-memory or disk-based
- 80+ methods from Lo-Dash API
- Atomic writing
- Extendable
Usage
var lodb = var db = db
Database is automatically created and saved to db.json
in a readable format.
"songs": "title": "low!"
Data can be queried and manipulated using any Lo-Dash method.
var song = valuedb
License
Both LoDB and LowDB are released under the MIT License.