The Java ecosystem has no shortage of options for dealing with
any particular aspect of application development, it is perhaps one
of its greatest assets, data persistence is no exception. We've got
from SQL-to-Java mappers, SQL parsers, SQL generators, ORMs, ODMs,
and everything in between. Hibernate and JPA are quite the popular
choices that developers pick to connect to databases and handle
data but by no means are the only choices. Today I'd like to
showcase Jdbi, a...