JDBC Extensions
Spring JDBC provides an abstraction layer that simplifies code to use JDBC and the parsing of database-vendor specific error codes.
Last Release on Jun 12, 2025
Abstract datastore implementation and helper classes / apis to be extended
by datastores backed by releational databases accesible via jdbc.
Last Release on Feb 18, 2020
5. Easy SQL20 usages
com.github.bingoohuang » eqlApache
a simple wrapper framework for jdbc to seperate sql and java code
Last Release on Mar 22, 2023
Village is a 100% Pure Java API that sits on top of the JDBC API. The purpose
of this API is to make it easier to interact with a JDBC compliant relational
database. By using Village, it is possible to execute and manage
select/insert/update/delete SQL statements without having to actually write
a single line of SQL. Village can use any valid JDBC Connection object, so it
is possible to use Village with a JDBC Connection pool.
Last Release on Nov 8, 2005
8. Polyjdbc8 usages
org.polyjdbc » polyjdbcApache
PolyJDBC - lightweight JDBC abstraction supporting transactions, multiple databases and rich schema inspection/creationd.
Last Release on Mar 20, 2019
Village is a 100% Pure Java API that sits on top of the JDBC API. The purpose
of this API is to make it easier to interact with a JDBC compliant relational
database. By using Village, it is possible to execute and manage
select/insert/update/delete SQL statements without having to actually write
a single line of SQL. Village can use any valid JDBC Connection object, so it
is possible to use Village with a JDBC Connection pool.
Last Release on Feb 29, 2008
Relocated → org.apache.torque »
village