Database

ldbc.dsl.Database
See theDatabase companion class
object Database

Attributes

Companion
class
Source
Database.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Database.type

Members list

Value members

Concrete methods

def fromAwsDataSource[F[_] : Sync](name: String, host: String, port: Int, dataSource: DataSource[F]): Database[F]

Attributes

Source
Database.scala
def fromAwsDataSource[F[_] : Sync](name: String, host: String, dataSource: DataSource[F]): Database[F]

Attributes

Source
Database.scala
def fromAwsDriver[F[_] : Sync](name: String, host: String, port: Int): Database[F]

Attributes

Source
Database.scala
def fromAwsDriver[F[_] : Sync](name: String, host: String): Database[F]

Attributes

Source
Database.scala
def fromAwsDriver[F[_] : Sync](name: String, host: String, port: Int, user: String, password: String): Database[F]

Attributes

Source
Database.scala
def fromAwsDriver[F[_] : Sync](name: String, host: String, user: String, password: String): Database[F]

Attributes

Source
Database.scala
def fromDataSource[F[_] : Sync](databaseType: Type, name: String, host: String, port: Option[Int], dataSource: DataSource[F]): Database[F]

Attributes

Source
Database.scala
def fromDriverManager[F[_] : Sync](databaseType: Type, name: String, host: String, port: Option[Int], user: Option[String], password: Option[String]): Database[F]

Attributes

Source
Database.scala
def fromMySQLDataSource[F[_] : Sync](name: String, host: String, port: Int, dataSource: DataSource[F]): Database[F]

Attributes

Source
Database.scala
def fromMySQLDataSource[F[_] : Sync](name: String, host: String, dataSource: DataSource[F]): Database[F]

Attributes

Source
Database.scala
def fromMySQLDriver[F[_] : Sync](name: String, host: String, port: Int): Database[F]

Attributes

Source
Database.scala
def fromMySQLDriver[F[_] : Sync](name: String, host: String): Database[F]

Attributes

Source
Database.scala
def fromMySQLDriver[F[_] : Sync](name: String, host: String, port: Int, user: String, password: String): Database[F]

Attributes

Source
Database.scala
def fromMySQLDriver[F[_] : Sync](name: String, host: String, user: String, password: String): Database[F]

Attributes

Source
Database.scala