DbRun
binny.jdbc.impl.`package`.DbRun
object DbRun
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DbRun.type
Members list
Value members
Concrete methods
def executeUpdate[F[_] : Sync](sql: String)(implicit evidence$15: Sync[F], log: Logger[F]): DbRun[F, Int]
def withResource[F[_] : Sync, A, B](dba: DbRun[[_] =>> Resource[F, _$22], A])(f: A => F[B]): DbRun[F, B]
def withResourceIn[F[_] : Sync, A, B](dba: DbRun[[_] =>> Resource[F, _$25], A])(f: A => DbRun[F, B]): DbRun[F, B]
In this article