DBs

scalikejdbc.config.DBs
See theDBs companion trait

Default DB setup executor

Attributes

Companion
trait
Source
DBs.scala
Graph
Supertypes
trait NoEnvPrefix
trait EnvPrefix
trait DBs
class Object
trait Matchable
class Any
Show all
Self type
DBs.type

Members list

Value members

Inherited methods

def close(dbName: String): Unit

Attributes

Inherited from:
DBs
Source
DBs.scala
def closeAll(): Unit

Attributes

Inherited from:
DBs
Source
DBs.scala
def envPrefix: String

Attributes

Inherited from:
TypesafeConfigReader
Source
TypesafeConfigReader.scala
def loadGlobalSettings(): Unit

Attributes

Inherited from:
TypesafeConfigReader
Source
TypesafeConfigReader.scala
def readAsMap(dbName: String): Map[String, String]

Attributes

Inherited from:
TypesafeConfigReader
Source
TypesafeConfigReader.scala
def readConnectionPoolSettings(dbName: String): ConnectionPoolSettings

Attributes

Inherited from:
TypesafeConfigReader
Source
TypesafeConfigReader.scala
def readJDBCSettings(dbName: String): JDBCSettings

Attributes

Inherited from:
TypesafeConfigReader
Source
TypesafeConfigReader.scala
def setup(dbName: String): Unit

Attributes

Inherited from:
DBs
Source
DBs.scala
def setupAll(): Unit

Attributes

Inherited from:
DBs
Source
DBs.scala

Inherited fields

lazy val config: Config

Attributes

Inherited from:
StandardTypesafeConfig
Source
StandardTypesafeConfig.scala
lazy val dbNames: List[String]

Attributes

Inherited from:
TypesafeConfigReader
Source
TypesafeConfigReader.scala
override val env: Option[String]

Attributes

Inherited from:
NoEnvPrefix
Source
NoEnvPrefix.scala
protected val log: Log

Logger

Logger

Attributes

Inherited from:
LogSupport (hidden)
Source
LogSupport.scala