init configure

This commit is contained in:
adlerhurst
2025-02-17 07:55:12 +01:00
parent 77ab8226a5
commit 308bcda8a0
28 changed files with 820 additions and 367 deletions

View File

@@ -0,0 +1 @@
CREATE USER IF NOT EXISTS {{ .Username}};

View File

@@ -0,0 +1 @@
CREATE DATABASE IF NOT EXISTS {{ .DatabaseName }} WITH OWNER {{ .Username }};