pg-query-stream : Postgres query result returned as readable stream. You can installing pg-query-stream 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-query-stream $ sudo npm install -g pg-query-stream
If want to update the pg-query-stream package execute the command as below,
$ sudo npm update pg-query-stream
Update package globally,
$ npm install -g pg-query-stream
$ sudo git clone https://github.com/rektide/pg-query-stream.git
$ sudo npm install -g ./pg-query-stream
pg-query-stream@1.1.1 /usr/lib/node_modules/pg-query-stream
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall pg-query-stream
| Package Name | pg-query-stream |
| Version | 1.1.1 |
| Description | Postgres query result returned as readable stream |
| Released Date | 2017-08-09T15:35:27.757Z |
| Published by | brianc |
| How to Learn | https://www.npmjs.com/package/pg-query-stream/tutorial |