1.

What Are The Important Benefits Of Using Jdbi Library?

Answer»

There are many benefits of JDBI Library.

Some of them are :

  1. It’s lighter than an ORM (LIKE Hibernate or Spring)
  2. JDBI is a performant, PRODUCTION ready, easy to use library that takes the pain out of JDBC
  3. From a MAINTENANCE perspective I find it incredibly easy. SINCE it’s annotation and interface based it’s easy to mock out for testing. And making CHANGES to either the queries or interface is simple and straightforward, there’s no need to rewrite a bunch of code.

There are many benefits of JDBI Library.

Some of them are :



Discussion

No Comment Found