feat: init
This commit is contained in:
parent
7688020b52
commit
6302dd62d6
33 changed files with 6027 additions and 0 deletions
10
configs/sqlc.yaml
Normal file
10
configs/sqlc.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
version: "2"
|
||||
sql:
|
||||
- engine: "postgresql"
|
||||
queries: "../internal/repository/queries/queries.sql"
|
||||
schema: "../internal/repository/migrations/"
|
||||
gen:
|
||||
go:
|
||||
package: "sqlc"
|
||||
out: "../internal/repository/sqlc"
|
||||
sql_package: "pgx/v5"
|
||||
Loading…
Add table
Add a link
Reference in a new issue