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

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