The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.

SEE ALSO

MogileFS::Store::MySQL