promise-mysql : A bluebird wrapper for node-mysql. You can installing promise-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 promise-mysql $ sudo npm install -g promise-mysql
If want to update the promise-mysql package execute the command as below,
$ sudo npm update promise-mysql
Update package globally,
$ npm install -g promise-mysql
$ sudo git clone https://github.com/rektide/promise-mysql.git
$ sudo npm install -g ./promise-mysql
promise-mysql@3.1.3 /usr/lib/node_modules/promise-mysql
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall promise-mysql
| Package Name | promise-mysql |
| Version | 3.1.3 |
| Description | A bluebird wrapper for node-mysql |
| Released Date | 2017-11-09T19:09:12.835Z |
| Published by | lukeb |
| How to Learn | https://www.npmjs.com/package/promise-mysql/tutorial |