Database module

This commit is contained in:
Anton Kamalov
2025-01-03 19:28:07 +00:00
parent 387fcae36b
commit e5633c9f12
5 changed files with 112 additions and 1 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