From d6fdb3a460eb228d7b1cd7870b7ef6c8c7391f0b Mon Sep 17 00:00:00 2001 From: Alexander Kavon Date: Mon, 22 Jan 2024 00:35:44 -0500 Subject: sqlboiler and generated models --- sqlboiler.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sqlboiler.toml (limited to 'sqlboiler.toml') 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"] -- cgit v1.2.3