1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 03:35:24 +02:00
tldr/pages/common/pgcli.md

17 lines
411 B
Markdown
Raw Normal View History

# pgcli
> A modern PostgreSQL CLI with auto-completion and syntax highlighting.
> More information: <https://www.pgcli.com>.
- 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`