Added project

This commit is contained in:
2023-06-11 00:29:45 +03:00
parent 35971990e6
commit 27cf303639
56 changed files with 4125 additions and 24 deletions

View File

@@ -0,0 +1,3 @@
CREATE DATABASE test;
CREATE USER "user" WITH password 'password';
GRANT ALL PRIVILEGES ON DATABASE test TO "user";