account/sqlc.yaml
GnomeZworc 599479d746
init socle
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2026-06-13 11:47:13 +02:00

12 lines
268 B
YAML

version: "2"
sql:
- engine: "postgresql"
queries: "sqlc/queries/"
schema: "migrations/"
gen:
go:
package: "db"
out: "internal/db"
emit_json_tags: true
emit_interface: true
emit_methods_with_db_argument: true