slick

backend

package backend

Generic backend-related code

Source
package.scala
Linear Supertypes
AnyRef, Any
Content Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. backend
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait DatabaseComponent extends AnyRef

    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.

  2. trait DatabaseConfig[P <: BasicProfile] extends AnyRef

    A configuration for a Database plus a matching Slick driver.

  3. abstract class DatabasePublisher[T] extends Publisher[T]

    A Reactive Streams Publisher for database Actions.

  4. trait RelationalBackend extends DatabaseComponent

    The required backend level for RelationalProfile.

  5. final class StaticDatabaseConfig extends Annotation with StaticAnnotation

    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.

Value Members

  1. object DatabaseConfig

  2. object StaticDatabaseConfigMacros

Inherited from AnyRef

Inherited from Any

Ungrouped