We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Please, any feedback about aggregations? I did a full model.query({...}) and it works! Bu I did not find mode.aggregation({}) ... thanks for your work
model.query({...})
mode.aggregation({})
Sorry, something went wrong.
Hello, nothing yet directly from the Model, but you can already do aggregations using the Collection object:
const collection = await Model.getCollection(); collection.aggregate(...)
https://mongodb.github.io/node-mongodb-native/4.1/classes/Collection.html#aggregate
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: