All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scalikejdbc.config.DBsWithEnv.scala Maven / Gradle / Ivy

There is a newer version: 3.4.2
Show newest version
package scalikejdbc.config

/**
 * DB setup executor with env prefix
 */
case class DBsWithEnv(envValue: String) extends DBs
  with TypesafeConfigReader
  with StandardTypesafeConfig
  with EnvPrefix {

  override val env = Option(envValue)
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy