version: "2" sql: - engine: postgresql schema: "migrations" queries: "internal/db/queries" gen: go: package: "sqlc" out: "internal/db/sqlc" sql_package: "pgx/v5" emit_json_tags: false emit_interface: false overrides: - db_type: "citext" go_type: "string" - db_type: "uuid" go_type: import: "github.com/google/uuid" type: "UUID"