This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-11-05
Channels
- # aleph (2)
- # beginners (93)
- # boot (9)
- # cider (1)
- # cljs-dev (50)
- # cljsrn (4)
- # clojure (32)
- # clojure-russia (58)
- # clojure-spec (23)
- # clojurescript (146)
- # clojurewerkz (2)
- # component (1)
- # cursive (2)
- # hoplon (163)
- # off-topic (4)
- # om (117)
- # onyx (8)
- # pedestal (1)
- # re-frame (13)
- # reagent (34)
- # spacemacs (17)
- # test-check (1)
- # untangled (3)
@ag you'll need to provide more info - how do they fail? Is there an error? What does the error say? Er
@lxsameer usually not,no
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
How do I provide the Postgresql driver to HikariCP through Conman?
I tried :datasource-classname "org.postgresql.Driver"
in the pool-spec but no joy
The problem area in question:
(def ^:dynamic *db* (conman/connect! pool-spec))