New iterator for Class::DBI.
Perl extension to paged queries for CDBI.
Adds a pager method to your class that can query using SQL::Abstract
where clauses, and limit the number of rows returned to a specific
subset.
This is a simple plugin to a Class::DBI subclass which provides a
'retrieve_all_sorted_by' method.
Class::DBI::Plugin::Senna harnesses the power of Senna
(http://b.razil.jp/project/senna) with Class::DBI.
This module installs hooks in your Class::DBI package that automatically
creates and updates a Senna index.
This module allows Class::DBI-based classes to query their columns
for data type information in a database-independent manner.
Class::DBI::Plugin is an abstract base class for Class::DBI plugins.
Its purpose is to make writing plugins easier. Writers of plugins
should be able to concentrate on the functionality their module
provides, instead of having to deal with the symbol table hackery
involved when writing a plugin module.
By taking the busy work out of using Class::DBI as you see fit, your code
becomes more useful by size. Most of us end up using at least a couple
Class::DBI extensions in our programs, and it's just a pain. Enter the Swiss
Army Knife.
Class::DBI::SQLite is an extension to Class::DBI for DBD::SQLite, which allows
you to populate auto incremented row id after insert.
Class::DBI::Sweet provides convenient count, search, page, and cache
functions in a sweet package. It integrates these functions with
"Class::DBI" in a convenient and efficient way.