\c postgres create database aura_tank; create user aura_tank with encrypted password '1234'; grant all privileges on database aura_tank to aura_tank;