Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Array + Options notation for aggregate method #59

Closed
wants to merge 1 commit into from

Commits on May 10, 2017

  1. Array + Options notation for aggregate method

    Allow the official MongoDB notation `db.collection.aggregate( pipeline [, options] )`, using Array pipeline and giving the ability to pass options.
    Custom `db.collection.aggregate( step1, step2, … )` still usable.
    miccarr authored May 10, 2017
    Configuration menu
    Copy the full SHA
    3b02996 View commit details
    Browse the repository at this point in the history