Create simple postgres user and database
database
CREATE USER fatty WITH PASSWORD xxxxxxxxx;
CREATE DATABASE fattyhome;
GRANT ALL PRIVILEGES ON DATABASE fattyhome to fatty;
database
CREATE USER fatty WITH PASSWORD xxxxxxxxx;
CREATE DATABASE fattyhome;
GRANT ALL PRIVILEGES ON DATABASE fattyhome to fatty;