This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Description
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.