mirror of
https://github.com/VinGarcia/ksql.git
synced 2025-05-01 13:09:41 +00:00
15 lines
275 B
TOML
15 lines
275 B
TOML
output = "sqlboilergen"
|
|
pkgname = "sqlboilergen"
|
|
wipe = true
|
|
no-tests = true
|
|
add-enum-types = true
|
|
|
|
[psql]
|
|
dbname = "ksql"
|
|
host = "localhost"
|
|
port = 5432
|
|
user = "postgres"
|
|
pass = "postgres"
|
|
blacklist = ["migrations", "other"]
|
|
sslmode = "disable"
|