binny.jdbc.impl

package binny.jdbc.impl

Members list

Type members

Classlikes

final class CreateDataTable[F[_]](name: String, log: Logger[F])(implicit evidence$1: Sync[F])

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.

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.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object DbRun

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
DbRun.type
final class DbRunApi[F[_]](table: String, logger: Logger[F])(implicit evidence$1: Sync[F])

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object DbRunApi

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
DbRunApi.type
object Implicits

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Implicits.type

Types

type DbRun[F[_], A] = Kleisli[F, Connection, A]
type DbRunIO[A] = DbRun[IO, A]