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): HRIO[Logger & Scope, JDBCConnectionPool]
def layer(min: Int, max: Int, duration: Duration): HRLayer[ConnectionFactory & Logger & Scope, JDBCConnectionPool]

Concrete fields

val configLayer: HRLayer[DbConfig & Logger & Scope, JDBCConnectionPool]