Connection toolkitPostgreSQL
psql
Connect to PostgreSQL databases using the interactive terminal.
Command
psql -U -d
Example usage
Connect via connection parameters or URI strings.
psql -U <user> -d <database>
psql postgresql://<user>:<password>@<host>:<port>/<database>
Related tags
Connection toolkitdatabasesqlpsql