feat: add feature based structure

This commit is contained in:
Justin Lin
2025-08-26 19:18:35 +10:00
commit d963362711
15 changed files with 436 additions and 0 deletions

10
sqlc.yaml Normal file
View File

@@ -0,0 +1,10 @@
version: "2"
sql:
- engine: "postgresql"
queries: "internal/author/query.sql"
schema: "internal/author/schema.sql"
gen:
go:
package: "gen"
out: "internal/author/gen"
sql_package: "pgx/v5"