Fork me on GitHub
#duct
<
2019-05-04
>
thachmai08:05:03

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

apeel15:05:30

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: `

apeel15:05:59

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

apeel15:05:27

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

jahson18:05:12

Show your config.edn, please.