duct

thachmai 2019-05-04T08:19:03.020900Z

hello, do you know of a guide somewhere to show how to use Duct with shadow-cljs?

apeel 2019-05-04T15:50:30.021700Z

I’m going through the exercise at https://github.com/duct-framework/docs/blob/master/GUIDE.rst#running-database-migrations-in-production. Once I add the migrations, I get an error when I try to start: `

apeel 2019-05-04T15:50:59.022Z

user=> (dev)
:loaded
dev=> (go)
Execution error (IllegalArgumentException) at clojure.java.jdbc/get-connection (jdbc.clj:292).
db-spec null is missing a required parameter

apeel 2019-05-04T15:53:27.023500Z

I’ve checked what I’ve typed vs what’s in the guide and it seems okay (though I could be missing something) so wondering if the guide is a little out of date

2019-05-04T18:52:12.023900Z

Show your config.edn, please.