yannk / perl-data-objectdriver
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
svn-trunk
commit 6722ed78dd3dc97f98c8b3d979fa104995d5ffbb
tree 498d7eab479ba5a9da5f30dbe6aa95603fe9049e
parent 31e5e81546378a3a02fb974c18efdb214ab2be17
tree 498d7eab479ba5a9da5f30dbe6aa95603fe9049e
parent 31e5e81546378a3a02fb974c18efdb214ab2be17
| name | age | message | |
|---|---|---|---|
| |
.shipit | ||
| |
Build.PL | ||
| |
Changes | ||
| |
MANIFEST | ||
| |
MANIFEST.SKIP | ||
| |
Makefile.PL | ||
| |
README | ||
| |
ToDo | ||
| |
lib/ | ||
| |
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
