yannk / perl-data-objectdriver

Data::ObjectDriver is Six Apart's Perl ORM

This URL has Read+Write access

yannk (author)
Fri Aug 28 16:59:09 -0700 2009
commit  6722ed78dd3dc97f98c8b3d979fa104995d5ffbb
tree    498d7eab479ba5a9da5f30dbe6aa95603fe9049e
parent  31e5e81546378a3a02fb974c18efdb214ab2be17
name age message
file .shipit Loading commit data...
file Build.PL
file Changes
file MANIFEST
file MANIFEST.SKIP
file Makefile.PL
file README
file ToDo
directory lib/
directory t/
README
$Id$

This is Data::ObjectDriver, providing a simple and generic abstraction
to databases (DBI and otherwise), along with support for partitioning and
caching.

PREREQUISITES

    * DBI
    * Class::Accessor::Fast
    * Class::Data::Inheritable
    * Class::Trigger

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