Fork me on GitHub
#sql
<
2018-08-18
>
bja14:08:34

clojure.java.jdbc uses JDBC under the hood so it will block the thread on query. There is an alternative postgres client that uses RxJava under the hood (IIRC) with a clojure wrapper here: https://github.com/alaisi/postgres.async

bja14:08:52

I don't have any (production) experience using it, YMMV