bookshelf : A lightweight ORM for PostgreSQL, MySQL, and SQLite3. You can installing bookshelf 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 bookshelf $ sudo npm install -g bookshelf
If want to update the bookshelf package execute the command as below,
$ sudo npm update bookshelf
Update package globally,
$ npm install -g bookshelf
$ sudo git clone https://github.com/rektide/bookshelf.git
$ sudo npm install -g ./bookshelf
bookshelf@0.11.1 /usr/lib/node_modules/bookshelf
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall bookshelf
Package Name | bookshelf |
Version | 0.11.1 |
Description | A lightweight ORM for PostgreSQL, MySQL, and SQLite3 |
Released Date | 2017-11-15T22:00:18.031Z |
Published by | mrhwick |
How to Learn | https://www.npmjs.com/package/bookshelf/tutorial |