0.1.2 • Published 6 years ago

vertical-cli v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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