Lightweight JDBC helper library alternative to Apache Commons DbUtils [closed]

Here’s a list of tools that “ease the pain” when interacting with simple JDBC:

  • Spring’s JdbcTemplate
  • jOOQ (can be used with SQL strings as well – disclaimer: I work for the vendor)
  • Apache DbUtils (which you’ve mentioned yourself)
  • JDBI
  • sql2o
  • persism

Leave a Comment