psql-esque CLI that streams results to stdout
Install globally with npm:
$ npm install psql-stream -gUsage: 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 passwordMIT