jazzdb
v0.11.5
Published
improvised data store for javascript
Downloads
2
Readme
jazzdb
improvisational data store for node.js
Intro
JazzDB is a persistent + in-memory data store for Node.js. It is written in JavaScript which makes it really easy to use JavaScript to read, write and query data.
Features
- Store data anywhere
- Read and write data using JavaScript
- In-memory storage for data pre-loading and warm-up
- On-demand persistent storage in JSON format
- Validation via JSON Schema v4
Get Started
Install
npm install -S jazzdb
Docs
For more information, please visit our docs.