dirty : A tiny & fast key value store with append-only disk log. Ideal for apps with < 1 million records.. You can installing dirty 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 dirty $ sudo npm install -g dirty
If want to update the dirty package execute the command as below,
$ sudo npm update dirty
Update package globally,
$ npm install -g dirty
$ sudo git clone https://github.com/rektide/dirty.git
$ sudo npm install -g ./dirty
dirty@1.1.0 /usr/lib/node_modules/dirty
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall dirty
Package Name | dirty |
Version | 1.1.0 |
Description | A tiny & fast key value store with append-only disk log. Ideal for apps with < 1 million records. |
Released Date | 2016-07-29T13:23:50.600Z |
Published by | havvy |
How to Learn | https://www.npmjs.com/package/dirty/tutorial |