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
.
The basic functionality that has to be implemented by all profiles.
Describes a feature that can be supported by a profile.
A configuration for a Database plus a matching Profile.
A Reactive Streams Publisher
for database Actions.
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.
Contains the abstract
BasicProfile
,BasicBackend
and related code.