mirror of
https://github.com/onsonr/hway.git
synced 2025-03-10 04:57:08 +00:00
refactor: rename spawn module to resolve
This commit is contained in:
parent
34ceed025e
commit
758a62490f
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.
Loading…
x
Reference in New Issue
Block a user