Files
developer-roadmap/roadmaps/postgresql-dba/content/connect-using-psql@mMf2Mq9atIKk37IMWuoJs.md
T
Arik Chakma 274082fd77 feat: clean roadmap content and sync scripts (#10181)
* refactor: clean to roadmap content

* refactor: move shared helpers into scripts/lib
2026-07-28 05:45:17 +06:00

470 B

Connect Using psql

psql is an interactive command-line utility that enables you to interact with a PostgreSQL database server. Using psql, you can perform various SQL operations on your database.

Visit the following resources to learn more: