ErlyORM / boss_db

BossDB: a sharded, caching, pooling, evented ORM for Erlang
Other
277 stars 137 forks source link

[Feature Request] ORM support for grouping #132

Closed ejzn closed 10 years ago

ejzn commented 10 years ago

I'm not sure if I'm missing it, but I don't see support for grouping in the ORM API, I can cobble something together in my API layer, but I think it would be more scalable to let SQL do it in the future.

Thoughts?

evanmiller commented 10 years ago

What do you mean by grouping?

ejzn commented 10 years ago

"Groupby" would be more accurate, either way I've found a workaround in my own project so you can close this if you wish.

evanmiller commented 10 years ago

Ok. Aggregate functions are beyond the scope of BossDB so I am closing.