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