Skip to content

electerm/nedb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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

About

The JavaScript Database, for Node.js, nw.js, electron and the browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%