SmallSQL is a pure Java DBMS, a relational
database for Java desktop applications. It has a
JDBC 3.0 interface and offers many ANSI SQL 92 and
ANSI SQL 99 features. It is very small and fast
because it does not have a network interface.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
This release adds some features to make the SmallSQL Database syntax more compatible with MySQL. This makes a change simpler. Some critical thread problems were fixed.