nedb : File-based embedded data store for node.js. You can installing nedb npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install nedb $ sudo npm install -g nedb
If want to update the nedb package execute the command as below,
$ sudo npm update nedb
Update package globally,
$ npm install -g nedb
$ sudo git clone https://github.com/rektide/nedb.git
$ sudo npm install -g ./nedb
nedb@1.8.0 /usr/lib/node_modules/nedb
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall nedb
Package Name | nedb |
Version | 1.8.0 |
Description | File-based embedded data store for node.js |
Released Date | 2016-02-15T02:28:36.024Z |
Published by | louischatriot |
How to Learn | https://www.npmjs.com/package/nedb/tutorial |