create-testing-database.sql (108B)
1 SELECT 'CREATE DATABASE testing' 2 WHERE NOT EXISTS (SELECT FROM pg_database WHERE datname = 'testing')\gexec