Hey all, is there a default database connection po...
# ktor
r
Hey all, is there a default database connection pooler for Ktor + Exposed or do you need to use something like Hikari? Haven't been able to find a definitive answer from the docs
f
As I know — ktor doesn't have a built in connection pooler. Therefore, you have to use HikariCP or the other one. But Hikari is quite ok 😃
👍 1
r
Okay thank you