PostgreSQL Guideline Psql Login psql -h myhost -d mydb -U myuser Exit \q Database URL postgresql://<user>:<password>@localhost/<db_name> Links Psql cheatsheet