psql-stream

1.0.0 • Public • Published

psql-stream

psql-esque CLI that streams results to stdout

Install

Install globally with npm:

$ npm install psql-stream -g

Usage

Usage: psql-stream [options]
 
psql-esque CLI that streams results to stdout
 
Options:
 
  -c, --command  SQL command to run
  -d, --dbname   database name to connect to
  -h, --host     database server host
  -p, --port     database server port
  -U, --username database user name
  -W, --password database user's password

License

MIT

Package Sidebar

Install

npm i psql-stream

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • timhudson