refactor: consolidate db package and flatten structure

This commit is contained in:
2026-05-06 23:11:05 +02:00
parent 6c4642904f
commit 9cefb39d01
8 changed files with 31 additions and 28 deletions

View File

@@ -5,7 +5,7 @@ sql:
schema: "migrations/"
gen:
go:
package: "database"
package: "db"
out: "internal/db"
emit_json_tags: true
emit_prepared_queries: false