H2 database - Java SQL database - successor to HSQLDB
From the H2 site:
- Very fast, free for everybody, source code is included
- Embedded, server and cluster modes
- JDBC and ODBC API; browser based Console application
- Written in Java; can be compiled with GCJ and IKVM.NET
- Small footprint: around 1 MB
I had made my xtopdf toolkit - see http://www.dancingbison.com/products.html - work with the HSQLDB database, so that its database data could be published to PDF (that code not released yet, will be as part of next major release of xtopdf).
Will check out H2 and integrate that as well if the extra features make it worth doing.
- Vasudev Ram - www.dancingbison.com