directory
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Jul 11, 2026
License: MIT
Opens a new window with license information.
README
¶
internal/infra/db/postgres/sqlc
Pattern used
- Query files and schema are source of truth; generated Go code in a subpackage, only imported by infra.
- No string concatenation for SQL.
How to extend
- Add/edit query files, then run the sqlc generate step.
- For schema changes, update schema file and run migrations; keep DDL consistent.
Directories
¶
Click to show internal directories.
Click to hide internal directories.