Class HikariUnderTheCovers

java.lang.Object
io.agroal.hikari.HikariUnderTheCovers
All Implemented Interfaces:
AgroalDataSource, Serializable, AutoCloseable, Wrapper, CommonDataSource, DataSource

public class HikariUnderTheCovers extends Object implements AgroalDataSource
Implementation of the Agroal API wrapping the popular connection pool implementation HikariCP. This implementation is not supported. Not all features in the Agroal API are implemented (metrics and listeners are not implemented) The main purpose of this implementation is to provide a reference for some test cases and a baseline for benchmarks.
Author:
Luis Barreiro
See Also: