Packages

package h2

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. h2
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package syntax

Type Members

  1. type H2Transactor[M[_]] = util.transactor.Transactor[M] { type A = org.h2.jdbcx.JdbcConnectionPool }
  2. trait Instances extends AnyRef

Value Members

  1. def inMemory[M[_]](database: String, strategy: Strategy = Strategy.default)(implicit M: Async[M]): Resource[M, util.transactor.Transactor[M]]
  2. object H2Helper
  3. object H2Transactor
  4. object implicits extends Instances with ToH2TransactorOps

Inherited from AnyRef

Inherited from Any

Ungrouped