Files
Gumble-Backend/sqlboiler.toml
Zane Walker 7e940c83a7
Some checks failed
Build & Test / build-test (push) Has been cancelled
Build & Test / swagger-codegen-cli (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled
(Feat): Initial Commit
2026-07-03 19:41:31 +05:30

10 lines
348 B
TOML

wipe = true
no-hooks = true
output = "internal/models"
[psql]
# Connection params are injected via env vars (PSQL_*)
# As those are supplied via the env, you cannot overwrite the here!
# see https://github.com/volatiletech/sqlboiler/issues/678
# see https://github.com/volatiletech/sqlboiler/pull/615
blacklist = ["migrations"]