aboutsummaryrefslogtreecommitdiff
path: root/sqlboiler.toml
diff options
context:
space:
mode:
authorAlexander Kavon <me+git@alexkavon.com>2024-01-22 00:35:44 -0500
committerAlexander Kavon <me+git@alexkavon.com>2024-01-22 00:35:44 -0500
commitd6fdb3a460eb228d7b1cd7870b7ef6c8c7391f0b (patch)
treef0fdc9963f9da9eae89e34ddbd401f8fc2cdd65c /sqlboiler.toml
parent857a7dd47a42faeee4c91e8089905b2ba7135bb7 (diff)
sqlboiler and generated models
Diffstat (limited to 'sqlboiler.toml')
-rw-r--r--sqlboiler.toml11
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"]