summaryrefslogtreecommitdiff
path: root/databases/p5-Class-DBI-Plugin-DeepAbstractSearch/DESCR
blob: d516250a5dd69707613f323c7d04da0b86cf7165 (plain)
1
2
3
4
5
6
This plugin provides a SQL::Abstract search method for Class::DBI.
It is similar to Class::DBI::AbstractSearch, but allows you to
search and sort by fields from joined tables.

Note: When searching and sorting by the fields of the current class
only, it is more efficient to use Class::DBI::AbstractSearch.