refactor: migrate to sqlite

This commit is contained in:
2026-05-05 20:32:29 +03:00
parent 91c49fb563
commit 4988aacc56
13 changed files with 207 additions and 126 deletions
+1 -2
View File
@@ -1,12 +1,11 @@
version: "2"
sql:
- engine: "postgresql"
- engine: "sqlite"
queries: "hub/internal/store/sqlc/queries"
schema: "./hub/internal/migrations/"
gen:
go:
sql_package: "pgx/v5"
package: "gen"
out: "hub/internal/store/sqlc/gen"
emit_pointers_for_null_types: true