>_ linuxcommand.dev
Startseite pgcli
Database

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
Interactive SQL shell
Fast DB connect
Queries with autocomplete
Note User-friendly alternative to psql with smart completion.
Export