Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
derby: Derby DB (ex Cloudscape)
- Summary
- The Derby project develops open source database technology
that is: Pure Java, Easy to use, Small footprint, Standards
based, Secure.
The core of the technology, Derby.s database engine is a
full functioned relational embedded database engine. JDBC
and SQL are the programming APIs.
The Derby network server increases the reach of the Derby
database engine by providing traditional client server
functionality. The network server allows clients to connect
over TCP/IP using the standard DRDA protocol. The network
server allows the Derby engine to support networked JDBC,
ODBC/CLI, Perl and PHP.
Database Utilities:
ij -- a tool that allows SQL scripts to be executed against
any JDBC database.
dblook -- Schema extraction tool for a Derby database.
sysinfo -- Utility to display version numbers and class path.
Changelog
- * Wed Oct 11 12:00:00 2006 Ralph Apel <r.apel at r-apel.de> - 0:10.1.1.0-1jpp
-
- Update to 10.1.1.0
- Repatch to JDK14/JDBC3 only
- Add post/postun Requires for javadoc
- Add gcj_support option
- * Fri May 19 12:00:00 2006 Fernando Nasser <fnasser{%}redhat{*}com> - 0:10.0.2.1-3jpp
-
- First JPP 1.7 build
- * Fri Mar 11 11:00:00 2005 Ralph Apel <r.apel at r-apel.de> - 0:10.0.2.1-2jpp
-
- Scrap jndi references
- Add OPT_JAR_LIST with ant/ant-nodeps