mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-13 05:26:47 +00:00
3 lines
108 B
SQL
3 lines
108 B
SQL
SELECT 'CREATE DATABASE testing'
|
|
WHERE NOT EXISTS (SELECT FROM pg_database WHERE datname = 'testing')\gexec
|