Packages

trait DatabaseConfig[P <: BasicProfile] extends AnyRef

A configuration for a Database plus a matching Profile.

Source
DatabaseConfig.scala
Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DatabaseConfig
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def config: Config

    The raw configuration.

  2. abstract def db: BasicProfile.Backend.Database

    Get the configured Database.

    Get the configured Database. It is instantiated lazily when this method is called for the first time, and must be closed after use.

  3. abstract val profile: P

    The configured Profile.

  4. abstract def profileIsObject: Boolean

    Whether the profileName represents an object instead of a class.

  5. abstract def profileName: String

    The name of the Profile class or object (without a trailing "$").