GlobalConfig

slick.util.GlobalConfig$

Singleton object with Slick's configuration, loaded from the application config. This includes configuration for the global profile objects and settings for debug logging.

In addition to being listed in reference.conf, all essential config options also have their default values hardcoded here because we cannot rely on getting reference.conf on the classpath in all cases (e.g. the tsql macro).

Attributes

Source:
GlobalConfig.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def profileConfig(path: String): Config

Get a Config object for a Slick profile

Get a Config object for a Slick profile

Attributes

Source:
GlobalConfig.scala

Concrete fields

val ansiDump: Boolean

Use ANSI color sequences in tree dumps

Use ANSI color sequences in tree dumps

Attributes

Source:
GlobalConfig.scala
val detectRebuild: Boolean

Detect unnecessary rebuilding of the AST after every query compiler phase

Detect unnecessary rebuilding of the AST after every query compiler phase

Attributes

Source:
GlobalConfig.scala
val dumpPaths: Boolean

Dump individual Select and Ref nodes instead of a single Path

Dump individual Select and Ref nodes instead of a single Path

Attributes

Source:
GlobalConfig.scala
val sqlIndent: Boolean

Use multi-line, indented formatting for SQL statements

Use multi-line, indented formatting for SQL statements

Attributes

Source:
GlobalConfig.scala
val unicodeDump: Boolean

Use Unixode box characters in table dumps

Use Unixode box characters in table dumps

Attributes

Source:
GlobalConfig.scala
val verifyTypes: Boolean

Verify types after every query compiler phase

Verify types after every query compiler phase

Attributes

Source:
GlobalConfig.scala