You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: