SmallSQL is a German desktop-oriented database engine. SmallSQL is built upon the belief that database run time should not be the largest part of a desktop application, and is designed to have minimal runtime storage, producing only 200 to 300 KB of jar file. It is written entirely in Java and does not require linking to an external library.
Read Uncommitted Serializable Repeatable Read
SmallSQL supports four isolation levels: Read Uncommitted, Repeatable Read, Serializable, and None.
Nested Loop Join Index Nested Loop Join
SmallSQL supports nested loop join methods including inner join, outer join, cross join, full join, left join, and right join. SmallSQL also supports indexed nested loop join using a scroll index, but only for inner join requests.
https://sourceforge.net/projects/smallsql/
http://www.smallsql.de/doc/index.html
Volker Berlin
2005
2013