create-postgres-database.sql 133 B

123
  1. CREATE USER benchmarkdbuser WITH PASSWORD 'benchmarkdbpass';
  2. CREATE DATABASE hello_world WITH TEMPLATE = template0 ENCODING 'UTF8';