mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-09-21 12:44:00 +08:00
* refactor: clean to roadmap content * refactor: move shared helpers into scripts/lib
470 B
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: