ConnectionPool

zoobie.ConnectionPool
See theConnectionPool companion trait

Attributes

Companion
trait
Source
ConnectionPool.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

class ConnectionWrapper(val connection: Connection, val acquired: Long)

Attributes

Source
ConnectionPool.scala
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def create(create: ZIO[Any, Connection, Connection], config: ConnectionPoolConfig)(implicit trace: Trace): ZIO[Scope, Nothing, ConnectionPool]

Attributes

Source
ConnectionPool.scala
def jdbc(config: ConnectionPoolConfig, driver: String, url: String, info: Properties)(implicit trace: Trace): ZIO[Scope, Nothing, ConnectionPool]

Attributes

Source
ConnectionPool.scala