Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shutterstock/vertica-cli
- Owner: shutterstock
- License: mit
- Created: 2013-02-01T15:43:18.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-11-29T22:32:11.000Z (about 7 years ago)
- Last Synced: 2024-11-29T03:30:02.297Z (about 2 months 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