NAME
Yote::MysqlIO - A mysql persistance engine for Yote.
DESCRIPTION
This is deprecated and has not been further developed. It may be brought up to par with ObjProvider.
This can be installed as a singleton of Yote::ObjProvider and does the actual storage and retreival of Yote objects.
CONFIGURATION
The package name is used as an argument to the Yote::ObjProvider package which also takes the configuration parameters for Yote::MysqlIO.
Yote::ObjProvider::init( datastore => 'Yote::MysqlIO', db => 'yote_db', uname => 'yote_db_user', pword => 'yote_db_password' );
AUTHOR
Eric Wolf
LICENSE AND COPYRIGHT
Copyright (C) 2011 Eric Wolf
This module is free software; it can be used under the same terms as perl itself.