DB

pillars.db_doobie.DB
See theDB companion object
final case class DB[F[_]](config: DatabaseConfig, transactor: Transactor[F])(implicit evidence$1: MonadCancelThrow[F]) extends Module[F]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Module[F]
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

override type ModuleConfig = DatabaseConfig

Value members

Concrete methods

override def probes: List[Probe[F]]

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
Module
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product