| This Release | Data-ObjectDriver-0.09 | [Download] [Browse] | 17 Mar 2011 | |||
| Other Releases | ||||||
| Links | [ Discussion Forum ] [ View/Report Bugs (6) ] [ Website ] [ Dependencies ] [ Other Tools ] | |||||
| Repository | git://github.com/yannk/data-objectdriver.git | |||||
| CPAN Testers | PASS (1047) FAIL (57) UNKNOWN (1) [ View Reports ] [ Perl/Platform Version Matrix ] | |||||
| Rating |
(0 Reviews)
[ Rate this distribution ]
| |||||
| License | The Perl 5 License (Artistic 1 & GPL 1) | |||||
| Special Files |
|
|||||
| Data::ObjectDriver | Simple, transparent data interface, with caching | 0.09 | |
| Data::ObjectDriver::BaseObject | base class for modeled objects | ||
| Data::ObjectDriver::BaseView | |||
| Data::ObjectDriver::Driver::BaseCache | parent class for caching object drivers | ||
| Data::ObjectDriver::Driver::Cache::Apache | object driver for caching objects in Apache's request space | ||
| Data::ObjectDriver::Driver::Cache::Cache | |||
| Data::ObjectDriver::Driver::Cache::Memcached | object driver for caching objects with memcached | ||
| Data::ObjectDriver::Driver::Cache::RAM | |||
| Data::ObjectDriver::Driver::DBD | base class for database drivers | ||
| Data::ObjectDriver::Driver::DBD::Oracle | Oracle Driver for Data::ObjectDriver | ||
| Data::ObjectDriver::Driver::DBD::Pg | |||
| Data::ObjectDriver::Driver::DBD::SQLite | SQLite driver | ||
| Data::ObjectDriver::Driver::DBD::mysql | |||
| Data::ObjectDriver::Driver::DBI | |||
| Data::ObjectDriver::Driver::GearmanDBI | |||
| Data::ObjectDriver::Driver::MultiPartition | Search thru partitioned objects without the partition_key | ||
| Data::ObjectDriver::Driver::Multiplexer | Multiplex multiple partitioned drivers | ||
| Data::ObjectDriver::Driver::Partition | base class for partitioned object drivers | ||
| Data::ObjectDriver::Driver::SimplePartition | basic partitioned object driver | ||
| Data::ObjectDriver::Errors | container class for common database error codes | ||
| Data::ObjectDriver::Iterator | |||
| Data::ObjectDriver::Profiler | Query profiling | ||
| Data::ObjectDriver::ResultSet | Manage a DB query | ||
| Data::ObjectDriver::SQL | an SQL statement | ||
| Data::ObjectDriver::SQL::Oracle |