Today we're proud to announce a new project called vcli
. This is a Command
Line tool for VerticaDB that is based on pgcli.
Source: https://github.com/dbcli/vcli
Who?
The main author of vcli
is Chang-Hung
Liang. He took the source code for pgcli and
repurposed it to work with VerticaDB. The vcli
project will be hosted under
the dbcli
org in github. This enables us to share the code among the various
project easily and learn from each other.
Features
- Context sensitive auto-completion.
- Fuzzy matching of table names and column names.
- Syntax highlighting of SQL Statments.
- Vi/Emacs mode for keybindings.
- Intuitive UI design.
Please feel free to report any bugs or feature requests on Github.