trait DoobieConnectionIOEffect extends DoobieConnectionIOCreation with DoobieConnectionIOInterpretation
- Companion
- object
object DoobieConnectionIOEffect
object connectionio
Type members
Inherited types
Value members
Inherited methods
final def fromConnectionIO[R, A](a: ConnectionIO[A])(implicit evidence$1: _connectionIO[R]): Eff[R, A]
- Inherited from
- DoobieConnectionIOCreation
def runConnectionIO[R, U, F[_], E, A, B](e: Eff[R, A])(t: Transactor[F])(implicit mc: Aux[ConnectionIO, R, U], mf: MemberInOut[F, U], me: Bracket[F, Throwable]): Eff[U, A]
- Inherited from
- DoobieConnectionIOInterpretation