H2Transactor

doobie.h2.H2Transactor
object H2Transactor

Attributes

Source
H2Transactor.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def newH2Transactor[M[_]](url: String, user: String, pass: String, connectEC: ExecutionContext)(using evidence$1: Async[M]): Resource[M, H2Transactor[M]]

Resource yielding a new H2Transactor.

Resource yielding a new H2Transactor.

Attributes

Source
H2Transactor.scala