duct

lambder 2018-12-03T17:48:10.002700Z

hello

lambder 2018-12-03T17:48:41.003300Z

I'm construction my system with (-> conf (duct/prep nil) ig/init)

lambder 2018-12-03T17:49:34.003600Z

and it fails with ExceptionInfo Missing definitions for refs: :duct.database/sql

lambder 2018-12-03T17:50:02.004200Z

when I look at the result of (-> conf (duct/prep nil) ) (without ig/init)

lambder 2018-12-03T17:50:15.004600Z

I can see in fact there is no :duct.database/sql key

lambder 2018-12-03T17:50:35.004900Z

but there is :duct.module/sql one

lambder 2018-12-03T17:50:48.005300Z

looks like the modules haven't being applied.

lambder 2018-12-03T17:50:53.005500Z

any ideas, please?

lambder 2018-12-03T17:52:05.005800Z

(duct.core '0.6.2')

2018-12-03T22:32:06.007100Z

@lambder Do you have the duct/module.sql library as a dependency, and have you run (duct.core/load-hierarchy)?