Packages

p

zoobie

package zoobie

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. zoobie
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package mysql
  2. package postgres
  3. package test

Type Members

  1. trait ConnectionPool extends AnyRef
  2. final case class ConnectionPoolConfig(name: String, size: Int, queueSize: Int, maxConnectionLifetime: Duration, validationTimeout: Duration) extends Product with Serializable

    size

    number of connections to keep available

    queueSize

    maximum number of requests waiting for a connection before a DatabaseError.Connection.Rejected is returned

    maxConnectionLifetime

    maximum lifetime of a connection in the pool

    validationTimeout

    the time-out to use when validating a connection after an error

  3. type DBIO[A] = ZIO[Any, DatabaseError, A]
  4. sealed abstract class DatabaseError extends RuntimeException
    Annotations
    @SuppressWarnings()
  5. sealed abstract class Transactor extends AnyRef

Value Members

  1. object ConnectionPool
  2. object DatabaseError extends Serializable
  3. object Transactor

Inherited from AnyRef

Inherited from Any

Ungrouped