https://github.com/shutterstock/vertica-cli
Command-line Vertica client in Node.js
https://github.com/shutterstock/vertica-cli
cli client vertica
Last synced: over 1 year ago
JSON representation
Command-line Vertica client in Node.js
- Host: GitHub
- URL: https://github.com/shutterstock/vertica-cli
- Owner: shutterstock
- License: mit
- Created: 2013-02-01T15:43:18.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-11-29T22:32:11.000Z (over 8 years ago)
- Last Synced: 2025-02-25T03:47:25.389Z (over 1 year ago)
- Topics: cli, client, vertica
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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