zalando / friboo

Utility library for writing microservices in Clojure, with support for Swagger and OAuth
Apache License 2.0
118 stars 16 forks source link

Consider switching to another DB connection pool library #110

Open dryewo opened 7 years ago

dryewo commented 7 years ago

BoneCP is quite old. Should take a look modern implementations:

sebastianpoeplau commented 7 years ago

We might want to consider conman, which builds on hikari-cp (a Clojure wrapper for HikariCP) and HugSQL. HugSQL is very similar to Yesql, which we're using at the moment, but claims to implement some improvements.