nomadcode/sqlc.yaml

18 lines
411 B
YAML

version: "2"
sql:
- engine: postgresql
schema: migrations
queries: queries
gen:
go:
package: generated
out: internal/db/generated
sql_package: pgx/v5
emit_json_tags: true
overrides:
- db_type: uuid
go_type: string
- db_type: jsonb
go_type:
import: encoding/json
type: RawMessage