public
Fork of sam/dm-more
Description: Extras for DataMapper, including bridges to DataObjects::Migrations and Merb::DataMapper
Homepage: http://datamapper.org
Clone URL: git://github.com/myabc/dm-more.git
dm-more / dm-aggregates
name age message
..
file LICENSE Sat May 03 07:01:02 -0700 2008 Create dm-aggregates (only has count method for... [foysavas]
file README Mon May 12 11:04:34 -0700 2008 Cleaned up README, TODOs [myabc]
file Rakefile Tue May 13 17:24:03 -0700 2008 DRY'ing up 'sudo'-handling code [myabc]
file TODO Wed May 14 03:33:35 -0700 2008 Further work on min, max, avg, sum aggregates [myabc]
directory lib/ Wed May 14 15:07:53 -0700 2008 Updated Model#avg to typecast results for Integ... [dkubb]
directory spec/ Wed May 14 15:07:53 -0700 2008 Updated Model#avg to typecast results for Integ... [dkubb]
README
dm-aggregates
=============

DataMapper plugin providing support for aggregates, functions on collections and
datasets.

Currently, only count support is provided.