forked from sixapart/data-objectdriver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
30 lines (19 loc) · 617 Bytes
/
README
File metadata and controls
30 lines (19 loc) · 617 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
$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