DistributedDatabaseFactoryDef

slick.memory.DistributedBackend.DistributedDatabaseFactoryDef

Attributes

Source:
DistributedBackend.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def apply(dbs: IterableOnce[BasicDatabaseDef], executionContext: ExecutionContext): Database

Create a new distributed database instance that uses the supplied ExecutionContext for asynchronous execution of database actions.

Create a new distributed database instance that uses the supplied ExecutionContext for asynchronous execution of database actions.

Attributes

Source:
DistributedBackend.scala