stillbox/sql/sqlc.yaml

18 lines
400 B
YAML
Raw Normal View History

2024-07-14 17:39:03 -04:00
version: "2"
sql:
- engine: "postgresql"
2024-07-15 19:03:48 -04:00
queries: "postgres/queries"
2024-07-14 17:39:03 -04:00
schema: "postgres/migrations"
gen:
go:
package: "database"
out: "../pkg/gordio/database"
sql_package: "pgx/v5"
2024-07-22 08:39:33 -04:00
query_parameter_limit: 3
2024-07-24 22:42:30 -04:00
overrides:
- db_type: "uuid"
go_type:
import: "github.com/google/uuid"
type: "UUID"