HikariCPConnectionPool

play.api.db.HikariCPConnectionPool
See theHikariCPConnectionPool companion object
@Singleton
class HikariCPConnectionPool(environment: Environment) extends ConnectionPool

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def close(dataSource: DataSource): Unit

Close the given data source.

Close the given data source.

Value parameters

dataSource

the data source to close

Attributes

Definition Classes
override 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.

Value parameters

configuration

the data source configuration

name

the database name

Attributes

Returns

a data source backed by a connection pool

Definition Classes