trait ConnectionPool extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConnectionPool
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def close(dataSource: DataSource): Unit
Close the given data source.
Close the given data source.
- dataSource
the data source to close
- abstract def create(name: String, dbConfig: DatabaseConfig, configuration: Config): DataSource
Create a data source with the given configuration.
Create a data source with the given configuration.
- name
the database name
- configuration
the data source configuration
- returns
a data source backed by a connection pool
Connection pool API for managing data sources.