Adding properly

The .git folder messed up the initial commit.
This commit is contained in:
Matt Jadud
2025-11-30 17:18:41 -05:00
parent 80b55d1a3b
commit 23923b7be4
15 changed files with 1511 additions and 0 deletions

17
internal/liteq/sqlc.yaml Normal file
View File

@@ -0,0 +1,17 @@
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"