$ psql -l
psql <database_name>
psql postgres CREATE DATABASE hunterjoe_db; ````````````OR```````````` psql -d postgres -c "CREATE DATABASE hunterjoe_db;"