lowdb is a small local JSON database for Node.js, Electron and the browser that uses lodash syntax. It supports data persistence, provides simple CRUD operations and requires no dependencies.
Lowdb is a lightweight, file-based JSON database for Node.js, Electron and the browser. Some key features of lowdb include:
In summary, lowdb offers a simple local JSON database option requiring zero dependencies. It works well for basic create, read, update & delete operations for data that needs to persist locally on the filesystem. The lodash-inspired API makes it easy to integrate into JavaScript projects.