About 2 years ago I (Amjith) made a modest announcement about launching pgcli
a CLI
client for Postgres with auto-completion. Since then pgcli
has grown at a
tremendous pace. We have over 4900 stars on github, released 39 versions,
merged 320 pull requests from over 60 different contributors. We established ...
Release v1.0.0
Pgcli is a command line interface for Postgres database that does auto-completion and syntax highlighting. You can install this version using:
$ pip install -U pgcli
Check detailed instructions if you're having difficulty.
This is a major update with a ton of new features a lot of bug fixes. Some ...
read moreLaunching 'vcli' for VerticaDB
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
read morevcli
is Chang-Hung Liang. He took the source code for pgcli and repurposed it to ...Release v0.20.0
Pgcli is a command line interface for Postgres database that does auto-completion and syntax highlighting. You can install this version by:
$ pip install -U pgcli
Check detailed instructions if you're having difficulty.
This version adds support for \\h command and \x auto command. Two very important commands that bring ...
read more