Begin migration to sqlc

This commit is contained in:
2021-11-08 21:32:30 +00:00
parent f019c47d21
commit cf1bc70103
17 changed files with 427 additions and 72 deletions

8
sqlc.yaml Normal file
View File

@ -0,0 +1,8 @@
version: 1
packages:
- path: "postgres"
name: "postgres"
engine: "postgresql"
schema: "postgres/"
queries: "postgres/"
sql_package: "pgx/v4"