objection : An SQL-friendly ORM for Node.js. You can installing objection 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 objection $ sudo npm install -g objection
If want to update the objection package execute the command as below,
$ sudo npm update objection
Update package globally,
$ npm install -g objection
$ sudo git clone https://github.com/rektide/objection.git
$ sudo npm install -g ./objection
objection@0.9.2 /usr/lib/node_modules/objection
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall objection
Package Name | objection |
Version | 0.9.2 |
Description | An SQL-friendly ORM for Node.js |
Released Date | 2017-11-20T10:09:59.687Z |
Published by | koskimas |
How to Learn | https://www.npmjs.com/package/objection/tutorial |