vertical-cli

v0.1.1
Command-line Vertica client in Node.js
cli vertica client

Vertica CLI

Minimal command-line client interface to Vertica.

$ node vertica -u username -h prod-verticadb01
Enter password:

vertica> select table_name from v_catalog.tables;

Installation

Get the source:

$ git clone git://github.com/shutterstock/vertica-cli.git

Install dependencies:

$ cd vertica-cli
$ npm install

Run the client:

$ node vertica -u username -h prod-verticadb01

License

MIT © 2013-2017 Shutterstock Images, LLC

Metadata

  • MIT
  • >=0.6
  • David Chester
  • released 9/5/2017

Downloads

Maintainers