(Feat): Initial Commit
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

This commit is contained in:
2026-07-03 19:41:31 +05:30
commit 7e940c83a7
461 changed files with 45002 additions and 0 deletions

10
sqlboiler.toml Normal file
View File

@@ -0,0 +1,10 @@
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"]