auth and raw sql in alchemy

This commit is contained in:
2024-04-01 09:19:10 +00:00
parent 4e6aee8c3a
commit 949ea9fdcf
19 changed files with 71 additions and 40 deletions

View File

@@ -1,5 +1,5 @@
db:
host: "db"
host: "localhost"
port: 5432
database: "serviceman_db"
user: "demo_user"