Lightweight JDBC helper library alternative to Apache Commons DbUtils

opensas picture opensas · Aug 21, 2011 · Viewed 31.7k times · Source

I've just developed my own tiny little JDBC helper library, and I've already realized what a maintenance nightmare it will be.

I'm not looking for a full fledged ORM, like Hibernate, just something light and useful to quickly make JDBC calls passing SQL statements without messing with checked exceptions, closing resources manually, etc...

From your experiencie, can you recommend a nice JDBC helper library?

So far now, I've had a look at Apache Commons DbUtils which seems pretty good. Any other idea?

Answer

Lukas Eder picture Lukas Eder · Sep 7, 2013

Here's a list of tools that "ease the pain" when interacting with simple JDBC: