Database module

This commit is contained in:
2025-01-07 15:00:43 +00:00
parent 847102e843
commit 1508694b95
4 changed files with 111 additions and 0 deletions

12
config/INSTRUCTIONS.md Normal file
View File

@@ -0,0 +1,12 @@
# Example for dbconfig.yaml
```yaml
user: "user"
password: "password"
dbname: "test"
sslmode: "disable"
hostname: "localhost"
```
We use Postgres v. 16
You need to create own yaml file