mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-12-25 09:32:30 +00:00
19 lines
449 B
YAML
19 lines
449 B
YAML
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"
|