H2Helper

doobie.h2.H2Helper$
object H2Helper

Attributes

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

Members list

Concise view

Value members

Concrete methods

def inMemory[M[_]](database: String, strategy: Strategy)(implicit M: Sync[M]): Resource[M, Transactor[M]]

Attributes

Source:
H2Helper.scala
def inMemoryPooled[M[_]](database: String, maxConnections: Int, strategy: Strategy)(implicit M: Sync[M]): Resource[M, Transactor[M]]

Attributes

Source:
H2Helper.scala