Coat-Persistent
view release on metacpan or search on metacpan
lib/Coat/Persistent.pm view on Meta::CPAN
The following options are supported :
=over 4
=item B<select>: By default, this is * as in SELECT * FROM, but can be
changed.
=item B<from>: By default, this is the table name of the class, but can be changed
to an alternate table name (or even the name of a database view).
=item B<order>: An SQL fragment like "created_at DESC, name".
=item B<group>: An attribute name by which the result should be grouped.
Uses the GROUP BY SQL-clause.
=item B<limit>: An integer determining the limit on the number of rows that should
be returned.
=back
Examples without options:
( run in 0.749 second using v1.01-cache-2.11-cpan-364913b4093 )