The type of database objects used by this backend.
The context object passed to database actions by the execution engine.
A database instance to which connections can be created.
The type of the database factory used by this backend.
Factory methods for creating Database instances.
The action effects supported by this backend.
The type of session objects used by this backend.
A logical session of a Database.
A special DatabaseActionContext for streaming execution.
The database factory
Run a block of code with the specified Session bound to the thread-local dynamicSession.
Run a block of code with the specified Session bound to the thread-local dynamicSession.
(databaseComponent: StringAdd).self
(databaseComponent: StringFormat).self
(databaseComponent: ArrowAssoc[DatabaseComponent]).x
(Since version 2.10.0) Use leftOfArrow instead
(databaseComponent: Ensuring[DatabaseComponent]).x
(Since version 2.10.0) Use resultOfEnsuring instead
Backend for the basic database and session handling features. Concrete backends like
JdbcBackendextend this type and provide concrete types forDatabase,DatabaseFactoryandSession.