DB

pillars.db_doobie.tests.DB
case class DB(container: JdbcDatabaseContainer) extends ModuleSupport

Attributes

Source
DB.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

override type M = DB

Attributes

Source
DB.scala

Value members

Concrete methods

override def key: Key

Attributes

Definition Classes
Source
DB.scala
override def load[F[_] : Console](context: Context[F], modules: Modules[F]): Resource[F, DB[F]]

Attributes

Definition Classes
Source
DB.scala

Inherited methods

Attributes

Inherited from:
ModuleSupport
Source
modules.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product