Fork me on GitHub
#duct
<
2018-01-18
>
weavejester01:01:37

@snichme You probably want to exclude the SQL module altogether, and just use the :duct.database.sql/hikaricp key directly. The SQL module just includes HikariCP and Ragtime, but if you don’t need both, there’s no point to using the module.

snichme05:01:53

Okay, thank you