version: "2" sql: - engine: "sqlite" queries: "query.sql" schema: "schema.sql" gen: go: package: "repository" out: "internal/repository" rename: uuid: "UUID" oauth_groups: "OAuthGroups" oauth_name: "OAuthName" overrides: - column: "sessions.oauth_groups" go_type: "string" - column: "sessions.oauth_name" go_type: "string"