Packages

package impl

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

Type Members

  1. final class CreateDataTable[F[_]] extends AnyRef

    Provides some table definitions that work with binny.jdbc.JdbcBinaryStore.

    Provides some table definitions that work with binny.jdbc.JdbcBinaryStore. Of course, tables can be created by other means, they must have at least the column definitions presented here.

  2. type DbRun[F[_], A] = Kleisli[F, Connection, A]
  3. final class DbRunApi[F[_]] extends AnyRef
  4. type DbRunIO[A] = Kleisli[IO, Connection, A]

Value Members

  1. object CreateDataTable
  2. object DataSourceResource
  3. object DbRun
  4. object DbRunApi
  5. object Implicits

Inherited from AnyRef

Inherited from Any

Ungrouped