This is an implementation of the java DOM specification that keeps all
its "parsed-node" data in disk files instead of RAM. This means you
can create really big DOM trees an not use all your RAM.
[PROJECT ABANDONED] This project will provide a 100% pure Java database implementation accessible via JDBC. The database is stored in plaintext files and loaded into RAM at runtime. Implements mySQL datatypes for trivial migration to/from mySQL.