CreateDataTable

binny.jdbc.impl.CreateDataTable
See theCreateDataTable companion object
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.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def createData(dbms: Dbms): DbRun[F, Int]
def mariadbData: DbRun[F, Int]

Create the data table for mariadb

Create the data table for mariadb

Attributes

def postgresData: DbRun[F, Int]

Create the data table for postgres

Create the data table for postgres

Attributes

def truncate: DbRun[F, Int]