Adopt sqlc for typed Postgres queries behind store entities.

This commit is contained in:
2026-08-22 06:59:56 -07:00
parent c77298411e
commit b519cf6fe5
17 changed files with 1016 additions and 147 deletions
+7
View File
@@ -0,0 +1,7 @@
.PHONY: sqlc
sqlc:
sqlc generate
.PHONY: sqlc-check
sqlc-check:
sqlc diff