mongoosejs/mquery

Aggregate method

Closed this issue · 2 comments

Is there any plans to add an aggregate() method any time soon, or do you have any pointers for how to add such a thing myself?

@notgne2 not planned because aggregate is very different from find(), update(), etc. If we wanted to put this in mquery, we'd have to do something similar to mongoose's aggregation pipeline builder