Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 286 Bytes

File metadata and controls

21 lines (16 loc) · 286 Bytes

PostgreSQL Guideline

Psql

Login

psql -h myhost -d mydb -U myuser

Exit

\q

Database URL

postgresql://<user>:<password>@localhost/<db_name>

Links