version: "2" sql: - engine: "postgresql" schema: "migrations" queries: "db/query.sql" gen: go: package: "db" out: "internal/db" sql_package: "pgx/v5" emit_json_tags: true emit_interface: true overrides: - db_type: "pg_catalog.uuid" go_type: "github.com/google/uuid.UUID" - db_type: "event_type" go_type: "string" - db_type: "git_provider" go_type: "string"