Fork me on GitHub
#luminus
<
2016-11-04
>
chooie05:11:03

Running into an issue when running boot-test/test:

boot.user> (boot (run-backend-tests))
clojure.lang.Compiler$CompilerException: java.lang.RuntimeException: Failed to get driver instance for jdbcUrl=jdbc:, compiling:(config.clj:18:21)
             java.lang.RuntimeException: Failed to get driver instance for jdbcUrl=jdbc:
                  java.sql.SQLException: No suitable driver

chooie05:11:47

How do I provide the Postgresql driver to HikariCP through Conman?

chooie05:11:25

I tried :datasource-classname “org.postgresql.Driver” in the pool-spec but no joy

chooie06:11:24

The problem area in question: (def ^:dynamic *db* (conman/connect! pool-spec))