mirror of
https://github.com/Dvorinka/Bookra.git
synced 2026-06-04 04:22:59 +00:00
first commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
version: "2"
|
||||
sql:
|
||||
- engine: "postgresql"
|
||||
schema:
|
||||
- "./migrations"
|
||||
queries:
|
||||
- "./sql"
|
||||
gen:
|
||||
go:
|
||||
package: "dbgen"
|
||||
out: "./internal/db/dbgen"
|
||||
sql_package: "pgx/v5"
|
||||
emit_json_tags: true
|
||||
emit_prepared_queries: false
|
||||
emit_interface: true
|
||||
|
||||
Reference in New Issue
Block a user