I'm trying to use the HikariCP to pool my database connections. Reading through their documentations quickly, I'm not sure if I should keep my HikariDataSource object in memory and always ask from the exact same object for new connections or can I instantiate a new HikariDataSource object each time I want to create a new connection?
Asked
Active
Viewed 234 times