Package

scalikejdbc

config

Permalink

package config

Visibility
  1. Public
  2. All

Type Members

  1. class ConfigurationException extends Exception

    Permalink

    Configuration Exception

  2. trait DBs extends AnyRef

    Permalink

    DB configurator

  3. case class DBsWithEnv(envValue: String) extends DBs with TypesafeConfigReader with StandardTypesafeConfig with EnvPrefix with Product with Serializable

    Permalink

    DB setup executor with env prefix

  4. trait EnvPrefix extends AnyRef

    Permalink

    Env prefix for config reader

  5. trait NoEnvPrefix extends EnvPrefix

    Permalink

    No Env prefix for config reader

  6. trait StandardTypesafeConfig extends TypesafeConfig

    Permalink
  7. trait TypesafeConfig extends AnyRef

    Permalink
  8. trait TypesafeConfigReader extends NoEnvPrefix with LogSupport

    Permalink

    TypesafeConfig reader

  9. case class TypesafeConfigReaderWithEnv(envValue: String) extends TypesafeConfigReader with StandardTypesafeConfig with EnvPrefix with Product with Serializable

    Permalink

    Typesafe config reader with env prefix.

Value Members

  1. object DBs extends DBs with TypesafeConfigReader with StandardTypesafeConfig with NoEnvPrefix

    Permalink

    Default DB setup executor

  2. object TypesafeConfigReader extends TypesafeConfigReader with StandardTypesafeConfig with NoEnvPrefix

    Permalink

    Typesafe config reader

    Typesafe config reader

    It follows standard behavior of typesafe-config

Ungrouped