Fork me on GitHub
#duct
<
2018-12-03
>
lambder17:12:41

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

lambder17:12:34

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

lambder17:12:02

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

lambder17:12:15

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

lambder17:12:35

but there is :duct.module/sql one

lambder17:12:48

looks like the modules haven't being applied.

lambder17:12:53

any ideas, please?

lambder17:12:05

(duct.core '0.6.2')

weavejester22:12:06

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