class HikariCPConnectionPool extends ConnectionPool
- Annotations
- @Singleton()
- Source
- HikariCPModule.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HikariCPConnectionPool
- ConnectionPool
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new HikariCPConnectionPool(environment: Environment)
- Annotations
- @Inject()
Value Members
- def close(dataSource: DataSource): Unit
Close the given data source.
- 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
- Definition Classes
- → ConnectionPool