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.

  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.

Value Members

  1. object DatabaseConfig

  2. object StaticDatabaseConfigMacros

Inherited from AnyRef

Inherited from Any

Ungrouped