orientjs : Official node.js driver for OrientDB. Fast, lightweight, uses the binary protocol.. You can installing orientjs 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 orientjs $ sudo npm install -g orientjs
If want to update the orientjs package execute the command as below,
$ sudo npm update orientjs
Update package globally,
$ npm install -g orientjs
$ sudo git clone https://github.com/rektide/orientjs.git
$ sudo npm install -g ./orientjs
orientjs@2.2.7 /usr/lib/node_modules/orientjs
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall orientjs
Package Name | orientjs |
Version | 2.2.7 |
Description | Official node.js driver for OrientDB. Fast, lightweight, uses the binary protocol. |
Released Date | 2017-10-04T16:33:33.008Z |
Published by | wolf4ood |
How to Learn | https://www.npmjs.com/package/orientjs/tutorial |