Files
grosbeak/internal/liteq/sqlc.yaml
Matt Jadud 23923b7be4 Adding properly
The .git folder messed up the initial commit.
2025-11-30 17:18:41 -05:00

18 lines
406 B
YAML

version: "2"
sql:
- engine: "sqlite"
queries: "db/queries.sql"
schema: "db/schema.sql"
gen:
go:
package: "internal"
out: "internal"
emit_result_struct_pointers: true
overrides:
- column: jobs.consumer_id
go_type: "string"
- column: jobs.errors
go_type:
import: ""
type: "ErrorList"