Package Exports
- @electerm/nedb
- @electerm/nedb/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@electerm/nedb) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@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 testsLicense
See License