orm : NodeJS Object-relational mapping. You can installing orm 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 orm $ sudo npm install -g orm
If want to update the orm package execute the command as below,
$ sudo npm update orm
Update package globally,
$ npm install -g orm
$ sudo git clone https://github.com/rektide/orm.git
$ sudo npm install -g ./orm
orm@4.0.1 /usr/lib/node_modules/orm
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall orm
| Package Name | orm |
| Version | 4.0.1 |
| Description | NodeJS Object-relational mapping |
| Released Date | 2017-09-28T06:15:10.136Z |
| Published by | dxg |
| How to Learn | https://www.npmjs.com/package/orm/tutorial |