pg-pool : Connection pool for node-postgres. You can installing pg-pool 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-pool $ sudo npm install -g pg-pool
If want to update the pg-pool package execute the command as below,
$ sudo npm update pg-pool
Update package globally,
$ npm install -g pg-pool
$ sudo git clone https://github.com/rektide/pg-pool.git
$ sudo npm install -g ./pg-pool
pg-pool@2.0.3 /usr/lib/node_modules/pg-pool
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall pg-pool
| Package Name | pg-pool |
| Version | 2.0.3 |
| Description | Connection pool for node-postgres |
| Released Date | 2017-08-10T14:01:40.393Z |
| Published by | brianc |
| How to Learn | https://www.npmjs.com/package/pg-pool/tutorial |