zio-sql icon indicating copy to clipboard operation
zio-sql copied to clipboard

Add HikariCP implementation of the ConnectionPool

Open jczuchnowski opened this issue 3 years ago • 1 comments

We want users to have an option of HikariCP connection pool in addition to ZIO SQL native one.

This should be a wrapper over HikariDataSource that would implement zio.sql.ConnectionPool interface.

Should be implemented in a separate sbt module (eg. jdbc-hickaricp), so that it can be optionally imported and not "pollute" the dependencies of the main module.

jczuchnowski avatar Apr 28 '22 21:04 jczuchnowski

I'd like to work on this

sergeda avatar May 27 '22 12:05 sergeda