root/trunk/README @ 95

Revision 95, 0.6 kB (checked in by sky, 4 years ago)

r98@crucially-3 (orig r1081): mpaschal | 2006-01-10 13:54:40 -0800
note Class::Trigger is required

  • Property svn:keywords set to Id Revision
Line 
1$Id$
2
3This is Data::ObjectDriver, providing a simple and generic abstraction
4to databases (DBI and otherwise), along with support for partitioning and
5caching.
6
7PREREQUISITES
8
9    * DBI
10    * Class::Accessor::Fast
11    * Class::Data::Inheritable
12    * Class::Trigger
13
14INSTALLATION
15
16Data::ObjectDriver installation is straightforward. If your CPAN shell
17is set up, you should just be able to do
18
19    % perl -MCPAN -e 'install Data::ObjectDriver'
20
21Download it, unpack it, then build it as per the usual:
22
23    % perl Makefile.PL
24    % make && make test
25
26Then install it:
27
28    % make install
29
30Six Apart / cpan@sixapart.com
Note: See TracBrowser for help on using the browser.