diff options
Diffstat (limited to 'sqlboiler.toml')
| -rw-r--r-- | sqlboiler.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sqlboiler.toml b/sqlboiler.toml new file mode 100644 index 0000000..b68e3e8 --- /dev/null +++ b/sqlboiler.toml @@ -0,0 +1,11 @@ +output = "src/models" +wipe = true + +[psql] + dbname = "newsstand" + host = "localhost" + port = 9002 + user = "newsstand" + pass = "newsstand" + sslmode = "disable" + blacklist = ["schema_version"] |
