pkgsrc/databases/p5-Class-DBI-Plugin-DeepAbstractSearch/DESCR

7 lines
307 B
Text
Raw Normal View History

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.