Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shutterstock/vertica-cli

Command-line Vertica client in Node.js
https://github.com/shutterstock/vertica-cli

cli client vertica

Last synced: 6 days ago
JSON representation

Command-line Vertica client in Node.js

Awesome Lists containing this project

README

        

# 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](LICENSE) © 2013-2017 Shutterstock Images, LLC