mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
5c115b1351
batch
418 B
418 B
pgcli
A modern PostgreSQL CLI with auto-completion and syntax highlighting. More information: https://www.pgcli.com/#usage.
- Connect to a PostgreSQL database using a connection string:
pgcli postgresql://{{user}}@{{host}}/{{database}}
- Connect to a database using flags:
pgcli {{[-h|--host]}} {{host}} {{[-U|--username]}} {{username}} {{[-d|--dbname]}} {{database}}
- Display help:
pgcli --help