Brad Fitzpatrick > mogilefs-server-2.17 > MogileFS::Store

Download:
mogilefs-server-2.17.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Source   Latest Release: mogilefs-server-2.33

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