NeDB is embedded document DBMS written in JavaScript. It supports Node.js, nw.js, Electron, and web browser environments. It is designed to be partially compatible with MongoDB's JSON-based query API.
- Source Code
- https://github.com/louischatriot/nedb[01]
- Country of Origin
- FR
- Start Year
- 2013 [03]
- Project Type
- Open Source
- Written in
- JavaScript
- Supported Languages
- JavaScript
- Compatible With
- MongoDB
- License
- MIT License
NeDB is embedded document DBMS written in JavaScript. It supports Node.js, nw.js, Electron, and web browser environments. It is designed to be partially compatible with MongoDB's JSON-based query API.
Storage Architecture
The DBMS reads the entire database into memory. It can then flush out all changes on shutdown.
Citations
3 sources
Revision #3
Last Updated: