Skip to content

Latest commit

 

History

History
executable file
·
22 lines (13 loc) · 873 Bytes

File metadata and controls

executable file
·
22 lines (13 loc) · 873 Bytes

@electerm/nedb

Note: This is an fork of yetzt/nedb, which itself is a fork of the original nedb by Louis Chatriot. This version includes additional improvements and maintenance updates.

Embedded persistent or in memory database for Node.js, nw.js, Electron, 100% JavaScript, no binary dependency. API is a subset of MongoDB's and it's plenty fast.

About this Fork

This fork specially for electerm use, removed async/underscore for smaller size

Installation, tests

Module name on npm is @electerm/nedb.

npm install @electerm/nedb --save    # Put latest version in your package.json
npm test                             # You'll need the dev dependencies to launch tests

License

See License