aboutsummaryrefslogtreecommitdiff
path: root/sqlboiler.toml
blob: b68e3e8978ebe32fc0359ca8f5d338dea0544e61 (plain)
1
2
3
4
5
6
7
8
9
10
11
output = "src/models"
wipe = true

[psql]
  dbname = "newsstand"
  host = "localhost"
  port = 9002
  user = "newsstand"
  pass = "newsstand"
  sslmode = "disable"
  blacklist = ["schema_version"]