pg-escape : escape postgres queries which do not support stored procedures. You can installing pg-escape 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 pg-escape $ sudo npm install -g pg-escape
If want to update the pg-escape package execute the command as below,
$ sudo npm update pg-escape
Update package globally,
$ npm install -g pg-escape
$ sudo git clone https://github.com/rektide/pg-escape.git
$ sudo npm install -g ./pg-escape
pg-escape@0.2.0 /usr/lib/node_modules/pg-escape
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall pg-escape
| Package Name | pg-escape |
| Version | 0.2.0 |
| Description | escape postgres queries which do not support stored procedures |
| Released Date | 2015-12-02T17:07:30.725Z |
| Published by | tjholowaychuk |
| How to Learn | https://www.npmjs.com/package/pg-escape/tutorial |