The context object passed to database actions by the execution engine.
The context object passed to database actions by the execution engine.
A special DatabaseActionContext for streaming execution.
A special DatabaseActionContext for streaming execution.
The type of the context used for running SynchronousDatabaseActions
The type of the context used for running SynchronousDatabaseActions
The type of database objects used by this backend.
The type of database objects used by this backend.
The type of the database factory used by this backend.
The type of the database factory used by this backend.
The type of session objects used by this backend.
The type of session objects used by this backend.
The type of the context used for streaming SynchronousDatabaseActions
The type of the context used for streaming SynchronousDatabaseActions
A Verifier is called before and after data is updated in a table.
A Verifier is called before and after data is updated in a table. It ensures that no constraints are violated before the update and updates the indices afterwards.
The database factory
The database factory
Create a Database instance through Typesafe Config.
Create a Database instance through Typesafe Config.
The supported config keys are backend-specific. This method is used by DatabaseConfig
.
The Config
object to read from.
The path in the configuration file for the database configuration, or an empty
string for the top level of the Config
object.