feat: dbcontext

This commit is contained in:
2025-06-20 20:28:50 +03:00
parent 1dc24df037
commit 8577314875
4 changed files with 61 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ sql:
go:
out: "../backend/internal/database"
sql_package: "pgx/v5"
emit_prepared_queries: true
emit_interface: false
database:
# managed: true
uri: "postgresql://postgres:postgres@localhost:5432/postgres?sslmode=disable"