mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 02:32:57 +00:00
update
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
version: "2"
|
||||
sql:
|
||||
- engine: "postgresql"
|
||||
schema:
|
||||
- "database/sqlc/schema/000001_users_stub.sql"
|
||||
- "database/migrations/20251201000001_create_eshop_tables.up.sql"
|
||||
queries: "database/sqlc/queries/eshop_reporting.sql"
|
||||
gen:
|
||||
go:
|
||||
package: "eshopreporting"
|
||||
out: "internal/db/sqlc/eshopreporting"
|
||||
sql_package: "database/sql"
|
||||
emit_interface: true
|
||||
emit_json_tags: true
|
||||
Reference in New Issue
Block a user