scala.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. abstract class DatabasePublisher[T] extends Publisher[T]

    A Reactive Streams Publisher for database Actions.

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

  4. trait RelationalBackend extends DatabaseComponent

    The required backend level for RelationalProfile.

Inherited from AnyRef

Inherited from Any

Ungrouped