Tag:
JDBC
by Imran Shaikh
how you can use an in-memory database to test a core Java project, specifically H2 DB. The official name of H2 DB is H2 …
by Imran Shaikh
Let’s talk about the JDBC best practices in Java. It will greatly improve the JDBC code performance, maintainability, efficiency , and many more.
by Imran Shaikh
This Multi-Database HikariCP pool code aims to reduce the boilerplate code to a bare minimum, giving you a small and readable code.
by Imran Shaikh
Prefer using plain JDBC for huge data migration. One record at a time is too slow, instead, use a batch system of JDBC and …
by Imran Shaikh
We will talk about all the things about the JDBC connection pool and its implementation using HikariCP. HikariCP is one of the fastest connection …