first commit

This commit is contained in:
2025-04-13 20:27:20 +03:00
commit b20847c998
21 changed files with 1327 additions and 0 deletions

7
internal/db/sqlc.yaml Normal file
View File

@@ -0,0 +1,7 @@
version: "1"
packages:
- name: "test"
path: "../test/db/generated"
queries: "../test/db/queries.sql"
schema: "./schema.sql"
engine: "postgresql"