pg-connection-string : Functions for dealing with a PostgresSQL connection string. You can installing pg-connection-string 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-connection-string $ sudo npm install -g pg-connection-string
If want to update the pg-connection-string package execute the command as below,
$ sudo npm update pg-connection-string
Update package globally,
$ npm install -g pg-connection-string
$ sudo git clone https://github.com/rektide/pg-connection-string.git
$ sudo npm install -g ./pg-connection-string
pg-connection-string@2.0.0 /usr/lib/node_modules/pg-connection-string
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall pg-connection-string
| Package Name | pg-connection-string |
| Version | 2.0.0 |
| Description | Functions for dealing with a PostgresSQL connection string |
| Released Date | 2017-08-30T21:27:28.335Z |
| Published by | monteslu |
| How to Learn | https://www.npmjs.com/package/pg-connection-string/tutorial |