mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 12:39:43 +00:00
add initial stuff
This commit is contained in:
parent
796bbf4d66
commit
8daa6e774a
36 changed files with 1779 additions and 143 deletions
14
sqlc.yaml
Normal file
14
sqlc.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
version: "2"
|
||||
sql:
|
||||
- engine: "sqlite"
|
||||
schema: "internal/db/migrations"
|
||||
queries: "internal/db/sql"
|
||||
gen:
|
||||
go:
|
||||
package: "db"
|
||||
out: "internal/db"
|
||||
emit_json_tags: true
|
||||
emit_prepared_queries: true
|
||||
emit_interface: true
|
||||
emit_exact_table_names: false
|
||||
emit_empty_slices: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue