The modular concept of MySQL that separates the storage engines
from the SQL parser and optimizer has recently caused a number of
new, independently developed storage engines to surface. Here's
an incomplete selection of projects around this concept:
- DDE - Distributed Data Engine, a research project of the Technical University of Dresden
- mdbtools - a storage engine that allows readonly access to Microsoft Access .mdb database files
- PBXT - a new, transactional storage engine by Paul McCullagh
- ritmarkFS - a storage engine that represents the content of a directory as a table
- …