Skip to content
Louis Chatriot edited this page Jun 21, 2013 · 10 revisions

Embedded persistent database for Node.js, in pure Javascript, with no dependency (except npm modules of course). The API is a subset of MongoDB's. You can use it as a persistent or an in-memory only datastore.

Installation, tests

Module name on npm is nedb.

npm install nedb --save   // Put latest version in your package.json

npm test   // You'll need the dev dependencies to test it

API

It's a subset of MongoDB's API (the most used operations). The current API will not change, but I will add operations as they are needed. Summary of the API:

Clone this wiki locally