JDBCConnectionPool

harness.sql.JDBCConnectionPool$
See theJDBCConnectionPool companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(cf: ConnectionFactory, min: Int, max: Int, duration: Duration): ZIO[Logger & Scope, ConnectionError, JDBCConnectionPool]
def layer(min: Int, max: Int, duration: Duration): ZLayer[ConnectionFactory & Logger & Scope, ConnectionError, JDBCConnectionPool]

Concrete fields

val configLayer: ZLayer[DbConfig & Logger & Scope, ConnectionError, JDBCConnectionPool]