NAME
MogileFS::Store - data storage provider. base class.
ABOUT
MogileFS aims to be database-independent (though currently as of late 2006 only works with MySQL). In the future, the server will create a singleton instance of type "MogileFS::Store", like MogileFS::Store::MySQL, and all database interaction will be through it.