$Id$
This is Data::ObjectDriver, providing a simple and generic abstraction to databases (DBI and otherwise), along with support for partitioning and caching.
PREREQUISITES
INSTALLATION
Data::ObjectDriver installation is straightforward. If your CPAN shell is set up, you should just be able to do
% perl -MCPAN -e 'install Data::ObjectDriver'
Download it, unpack it, then build it as per the usual:
% perl Makefile.PL
% make && make test
Then install it:
% make install
Six Apart / cpan@sixapart.com