tofu.doobie.LiftConnectionIO.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tofu-doobie_2.13 Show documentation
Show all versions of tofu-doobie_2.13 Show documentation
Opinionated set of tools for functional programming in Scala
package tofu.doobie
object LiftConnectionIO {
def apply[DB[_]](implicit ev: LiftConnectionIO[DB]): LiftConnectionIO[DB] = ev
}