sqlc/

directory
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 11, 2026 License: MIT

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

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL