diskdb : A Lightweight Disk based JSON Database with a MongoDB like API. You can installing diskdb 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 diskdb $ sudo npm install -g diskdb
If want to update the diskdb package execute the command as below,
$ sudo npm update diskdb
Update package globally,
$ npm install -g diskdb
$ sudo git clone https://github.com/rektide/diskdb.git
$ sudo npm install -g ./diskdb
diskdb@0.1.17 /usr/lib/node_modules/diskdb
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall diskdb
Package Name | diskdb |
Version | 0.1.17 |
Description | A Lightweight Disk based JSON Database with a MongoDB like API |
Released Date | 2016-10-26T14:59:16.405Z |
Published by | arvindr21 |
How to Learn | https://www.npmjs.com/package/diskdb/tutorial |