Fork me on GitHub
#luminus
<
2018-01-25
>
yogthos13:01:59

yeah conman just returns a pooled jdbc data source, so it should work with any library that sits on top of clojure.java.jdbc

yogthos13:01:17

korma is a special case because it tries to do its own pooling as I recall

yogthos13:01:55

I'd recommend looking at honeysql as an alternative that's also maintained https://github.com/jkk/honeysql

xlevus22:01:03

yeah, After poking around with Toucan, it looks like it's a layer on top of honeysql, but not as expressive. Guess I'll just use honeysql