scalikejdbc

config

package config

Visibility
  1. Public
  2. All

Type Members

  1. class ConfigurationException extends Exception

    Configuration Exception

  2. trait DBs extends AnyRef

    DB configurator

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

    DB setup executor with env prefix

  4. trait EnvPrefix extends AnyRef

    Env prefix for config reader

  5. trait NoEnvPrefix extends EnvPrefix

    No Env prefix for config reader

  6. trait StandardTypesafeConfig extends TypesafeConfig

  7. trait TypesafeConfig extends AnyRef

  8. trait TypesafeConfigReader extends NoEnvPrefix with LogSupport

    TypesafeConfig reader

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

    Typesafe config reader with env prefix.

Value Members

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

    Default DB setup executor

  2. object TypesafeConfigReader extends TypesafeConfigReader with StandardTypesafeConfig with NoEnvPrefix

    Typesafe config reader

Ungrouped