trait DBApi extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- DBApi
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def database(name: String): Database
Get database with given configuration name.
Get database with given configuration name.
- name
the configuration name of the database
- abstract def databases(): Seq[Database]
All configured databases.
- abstract def shutdown(): Unit
Shutdown all databases, releasing resources.
DB API for managing application databases.