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 global ExecutionContext.
Create a new distributed database instance that uses the global ExecutionContext.
(Since version 3.0) You should explicitly specify an ExecutionContext in Database.apply()
An implicit function that returns the thread-local session in a withSession block.
An implicit function that returns the thread-local session in a withSession block.
(Since version 3.0) Use the new Action-based API instead