> > experimental In-Memory/Filesystem adapter. > have you played with using sqlite's in memory tables to leverage it's features > for this? Hello, this is a pure ruby Og store implementation. A KirbyBase store will be available soon as well (when I find time to finish it, or if someone sends me a patch ;-)) I don't know anything about SQLite3's memory tables is this a different table type like the Hash tables or InnoDB tables in Mysql? (btw 0.19.0 adds support for mysql table types). regards, George.