Packages

p

tofu

doobie

package doobie

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. doobie
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type ConnectionCIO[F[_], A] = Kleisli[F, Cont[F], A]

    A continuational form of ConnectionIO equivalent to [x] =>> ConnectionIO ~> F => F[x].

  2. trait ConnectionCIOCrossVersion extends AnyRef
  3. type ConnectionRIO[R, A] = Kleisli[doobie.ConnectionIO, R, A]

    A contextual database effect with environment of type R.

  4. type LiftConnectionIO[DB[_]] = Lift[doobie.ConnectionIO, DB]

    A typeclass for lifting ConnectionIO into extended database effects such as ConnectionRIO.

Inherited from AnyRef

Inherited from Any

Ungrouped