Fork me on GitHub
#sql
<
2018-03-20
>
bja15:03:49

@mpenet I still use this one with clojure.java.jdbc https://jdbc.postgresql.org/

bja15:03:39

I use it with HikariCP and haven't had any issues that cause me to switch

bja15:03:40

I mostly work on relatively low throughput (less than 10k IOPS) databases with the usual transactions, aggregations, and a little bit of jsonb

tanzoniteblack16:03:48

agreed; we use the official jdbc postgres driver with hikari as the connection pool