refactor: rename spawn module to resolve

This commit is contained in:
Prad Nukala 2025-01-04 20:43:39 -05:00
parent 34ceed025e
commit 758a62490f
7 changed files with 0 additions and 26 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@ -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

Binary file not shown.