summaryrefslogtreecommitdiffhomepage
path: root/sqlc.yaml
diff options
context:
space:
mode:
authoradamdottv <[email protected]>2025-05-29 15:02:22 -0500
committeradamdottv <[email protected]>2025-05-29 15:02:22 -0500
commit2a132f86d687be767df4a7657e9c4441b8a4058d (patch)
tree05bc3a7fe2866dafcf67da314d0a8b588254c01e /sqlc.yaml
parent50ba0b380bbbd5b78c1399f15c6b785c223fc620 (diff)
downloadopencode-2a132f86d687be767df4a7657e9c4441b8a4058d.tar.gz
opencode-2a132f86d687be767df4a7657e9c4441b8a4058d.zip
wip: refactoring tui
Diffstat (limited to 'sqlc.yaml')
-rw-r--r--sqlc.yaml14
1 files changed, 0 insertions, 14 deletions
diff --git a/sqlc.yaml b/sqlc.yaml
deleted file mode 100644
index c0e8c32d8..000000000
--- a/sqlc.yaml
+++ /dev/null
@@ -1,14 +0,0 @@
-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