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

skinny.SkinnyDBsWithEnv.scala Maven / Gradle / Ivy

There is a newer version: 2.5.2
Show newest version
package skinny

import scalikejdbc.config._
import skinny.util.{ TypesafeConfigReader => sConfigReader }

/**
 * DB setup executor with default settings
 */
case class SkinnyDBsWithEnv(envValue: String) extends DBs
    with TypesafeConfigReader
    with TypesafeConfig
    with NoEnvPrefix {

  // Replacing Config because (at least) ScalikeJDBC 2.0.4 or lower versions doesn't support default values
  override val config = sConfigReader.config(envValue)

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy