Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 156 Bytes

postgres.md

File metadata and controls

20 lines (13 loc) · 156 Bytes

PostgreSQL

Relational database.

Tools

CLI:

psql --username <user> <db>

Exit from psql:

\q

# PostgreSQL 11 or newer:
exit