mirror of
https://github.com/cf-sonr/hway.git
synced 2026-01-12 03:09:14 +00:00
refactor: rename spawn module to resolve
This commit is contained in:
26
sqlc.yaml
26
sqlc.yaml
@@ -1,26 +0,0 @@
|
|||||||
version: "2"
|
|
||||||
sql:
|
|
||||||
- engine: "sqlite"
|
|
||||||
queries: "./sink/vault/query.sql"
|
|
||||||
schema: "./sink/vault/schema.sql"
|
|
||||||
gen:
|
|
||||||
go:
|
|
||||||
emit_interface: true
|
|
||||||
emit_json_tags: true
|
|
||||||
package: "motrorm"
|
|
||||||
out: "motrorm"
|
|
||||||
|
|
||||||
- engine: "postgresql"
|
|
||||||
queries: "./sink/highway/query.sql"
|
|
||||||
schema: "./sink/highway/schema.sql"
|
|
||||||
gen:
|
|
||||||
go:
|
|
||||||
emit_all_enum_values: true
|
|
||||||
emit_enum_valid_method: true
|
|
||||||
emit_json_tags: true
|
|
||||||
emit_interface: true
|
|
||||||
emit_result_struct_pointers: true
|
|
||||||
omit_unused_structs: true
|
|
||||||
package: "hwayorm"
|
|
||||||
out: "hwayorm"
|
|
||||||
sql_package: "pgx/v5"
|
|
||||||
BIN
x/.DS_Store
vendored
Normal file
BIN
x/.DS_Store
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user