remodoy / clj-postgresql

PostgreSQL helpers for Clojure projects
BSD 2-Clause "Simplified" License
161 stars 17 forks source link

Why bonecp and not hicarycp? #13

Closed alehatsman closed 5 years ago

alehatsman commented 7 years ago

Hi, i am interested why do u use bonecp instead of hicarycp? Last one much more performant.

jkjuopperi commented 6 years ago

I only found c3p0 and bonecp when I was first doing this. The original code was used quite a while before publishing so it might also predate hikaricp.

HikariCP sounds good. Thanks for the hint. I'll take I look migrating to HikariCP when I have time. Also contributions are much appreciated so feel free not to wait for me :)

alehatsman commented 6 years ago

@jkjuopperi ok good to hear, maybe will migrate myself

philjackson commented 5 years ago

Very late to this issue, but I've submitted a simple PR: https://github.com/remodoy/clj-postgresql/pull/18

jkjuopperi commented 5 years ago

@philjackson thank you for the PR