squel : SQL query string builder. You can installing squel 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 squel $ sudo npm install -g squel
If want to update the squel package execute the command as below,
$ sudo npm update squel
Update package globally,
$ npm install -g squel
$ sudo git clone https://github.com/rektide/squel.git
$ sudo npm install -g ./squel
squel@5.12.0 /usr/lib/node_modules/squel
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall squel
| Package Name | squel |
| Version | 5.12.0 |
| Description | SQL query string builder |
| Released Date | 2017-09-27T12:07:46.057Z |
| Published by | hiddentao |
| How to Learn | https://www.npmjs.com/package/squel/tutorial |