Backend for the basic database and session handling features.
Backend for the basic database and session handling features.
Concrete backends like JdbcBackend extend this type and provide concrete
types for Database, DatabaseFactory and Session.
A configuration for a Database plus a matching Slick driver.
A Reactive Streams Publisher for database Actions.
The required backend level for RelationalProfile.
An annotation for injecting a DatabaseConfig at compile time.
An annotation for injecting a DatabaseConfig at compile time. The URI parameter must be a
literal String. This annotation is required for providing a statically scoped database
configuration to the tsql interpolator.
Generic backend-related code