DatabaseSyntax

ldbc.dsl.syntax.DatabaseSyntax
trait DatabaseSyntax[F[_]]

Trait to provide a way to convert from Database model to Database model with connection information to db.

Type parameters

F

The effect type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Extensions

Extensions

extension (database: Database)
def fromDataSource(dataSource: DataSource[F]): Database[F]
def fromDriverManager(user: String, password: String): Database[F]