sails-postgresql : a postgreSQL adapter for Waterline and Sails.js. You can installing sails-postgresql 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 sails-postgresql $ sudo npm install -g sails-postgresql
If want to update the sails-postgresql package execute the command as below,
$ sudo npm update sails-postgresql
Update package globally,
$ npm install -g sails-postgresql
$ sudo git clone https://github.com/rektide/sails-postgresql.git
$ sudo npm install -g ./sails-postgresql
sails-postgresql@0.11.4 /usr/lib/node_modules/sails-postgresql
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall sails-postgresql
| Package Name | sails-postgresql |
| Version | 0.11.4 |
| Description | a postgreSQL adapter for Waterline and Sails.js |
| Released Date | 2016-05-13T20:50:53.815Z |
| Published by | particlebanana |
| How to Learn | https://www.npmjs.com/package/sails-postgresql/tutorial |