hello
I'm construction my system with (-> conf (duct/prep nil) ig/init)
and it fails with ExceptionInfo Missing definitions for refs: :duct.database/sql
when I look at the result of (-> conf (duct/prep nil) )
(without ig/init)
I can see in fact there is no :duct.database/sql
key
but there is :duct.module/sql
one
looks like the modules haven't being applied.
any ideas, please?
(duct.core '0.6.2')
@lambder Do you have the duct/module.sql
library as a dependency, and have you run (duct.core/load-hierarchy)
?