pgcli
PostgreSQL CLI with auto-completion and syntax highlighting.
Syntax
$pgcli [OPTIONS] [DBNAME]
Optionen
-h
-U
-p
-d
Examples
Examples
$pgcli postgres://user:pass@localhost:5432/db
Examples
$pgcli -h localhost -U postgres mydb
See also
Alternatives
Typical use cases
Note
User-friendly alternative to psql with smart completion.
Export