This Multi-Database HikariCP pool code aims to reduce the boilerplate code to a bare minimum, giving…
Tag: util
JDBC Connection Pooling Explained with HikariCP
We will talk about all the things about the JDBC connection pool and its implementation using…
How to Achieve Greatness in JDBC Performance
Let’s talk about the JDBC best practices in Java. It will greatly improve the JDBC code…
Functional Interfaces To Become More Functional in Java
Using Functional interfaces provided by Java we can become more functional. And Knowing them would help…