play.api.db.slick.DefaultSlickApi
See theDefaultSlickApi companion object
final class DefaultSlickApi(environment: Environment, configuration: Configuration, lifecycle: ApplicationLifecycle)(implicit executionContext: ExecutionContext) extends SlickApi
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
Members list
Returns a database config instance for the database named name in the loaded application's configuration.
Returns a database config instance for the database named name in the loaded application's configuration.
Attributes
-
Throws
-
PlayException
if a database config for the passed name cannot be created.
Returns all database configs, for all databases defined in the loaded application's configuration.
Returns all database configs, for all databases defined in the loaded application's configuration.
Attributes
-
Throws
-
PlayException
if a database config cannot be created.