Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
village: JDBC-based relational database API
- Summary
- 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.
This software is being freely released under an Apache 1.1 Style
license. Please see docs/LICENSE.txt in the distribution for more
information.
Changelog
- * Thu Sep 2 12:00:00 2004 Ralph Apel <r.apel at r-apel.de> 0:1.5.3-3jpp
-
- Build with ant-1.6.2
- * Tue May 6 12:00:00 2003 David Walluck <david{%}anti-microsoft{*}org> 0:1.5.3-2jpp
-
- update for JPackage 1.5
- * Wed May 8 12:00:00 2002 Guillaume Rousse <guillomovitch{%}users{*}sourceforge{*}net> 1.5.3-1jpp
-
- 1.5.3
- vendor, distribution, group tags