logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PostgreSQL CLI - Connect to PostgreSQL Databases | Online Free DevTools by Hexmos

Connect to PostgreSQL databases with pgcli, a modern CLI tool. Enhance your database interactions with autocompletion and syntax highlighting. Free online tool, no registration required.

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

See Also