1.

What Is Jdbi Library?

Answer»
  • JDBI is a convenience library built on TOP of JDBC. If your database has a JDBC driver, you can use Jdbi with it.
  • JDBC works very WELL but generally SEEMS to optimize for the database VENDORS (driver writers) over the USERS. jDBI attempts to expose the same functionality, but in an API optimized for users



Discussion

No Comment Found