PSQL Exmaple

psql -h host -d database -U user -W
OR
psql -U user -h host “dbname=db sslmode=require”
slohobo