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 Object
trait Matchable
class Any
Members list
Concise view
Value members
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