package impl
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- impl
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- 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.
- type DbRun[F[_], A] = Kleisli[F, Connection, A]
- final class DbRunApi[F[_]] extends AnyRef
- type DbRunIO[A] = Kleisli[IO, Connection, A]
Value Members
- object CreateDataTable
- object DataSourceResource
- object DbRun
- object DbRunApi
- object Implicits