slick.basic.DatabaseConfig
See theDatabaseConfig companion object
A configuration for a Database plus a matching Profile.
Attributes
- Companion
- object
- Source
- DatabaseConfig.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Abstract methods
The raw configuration.
Get the configured Database. It is instantiated lazily when this method is called for the first time, and must be closed after use.
Get the configured Database. It is instantiated lazily when this method is called for the first time, and must be closed after use.
Attributes
- Source
- DatabaseConfig.scala
Whether the profileName represents an object instead of a class.
Whether the profileName represents an object instead of a class.
Attributes
- Source
- DatabaseConfig.scala
The name of the Profile class or object (without a trailing "$").
The name of the Profile class or object (without a trailing "$").
Attributes
- Source
- DatabaseConfig.scala
Abstract fields
The configured Profile.
In this article