public
Description: Data::ObjectDriver is Six Apart's Perl ORM
Homepage: http://code.sixapart.com
Clone URL: git://github.com/yannk/perl-data-objectdriver.git
name age message
file .shipit Loading commit data...
file Build.PL Wed May 03 16:58:50 -0700 2006 r7@crucially-3 (orig r924): btrott | 2005-06-... [btrott]
file Changes
file MANIFEST Wed Jan 28 10:38:54 -0800 2009 Added new modules to manifest git-svn-id: http... [btrott]
file MANIFEST.SKIP Fri Nov 21 13:38:40 -0800 2008 Update git-svn-id: http://code.sixapart.com/s... [Simon Wistow]
file Makefile.PL Tue Aug 22 21:24:58 -0700 2006 remove silly dependencies. ben gave me permiss... [Brad Fitzpatrick]
file README Mon Jun 02 13:06:31 -0700 2008 Whitespace Test git-svn-id: http://code.sixapa... [Graham Blankenbaker]
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