psql -h username -p 5432 -U postgres
\l
SELECT datname FROM pg_database;
psql -d dev
\c dev
\dt