package doobie
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- doobie
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
ConnectionCIO[F[_], A] = Kleisli[F, Cont[F], A]
A continuational form of
ConnectionIO
equivalent to[x] =>> ConnectionIO ~> F => F[x]
. - trait ConnectionCIOCrossVersion extends AnyRef
-
type
LiftConnectionIO[DB[_]] = Lift[doobie.ConnectionIO, DB]
A typeclass for lifting
ConnectionIO
into extended database effects such asConnectionRIO
.
Value Members
- object ConnectionCIO extends ConnectionCIOCrossVersion
- object LiftConnectionIO