Perform MongoDB style aggregations
Destroy the collection
After calling this, the collection instance becomes unusable
Find many rows from the collection
Lazily loads collection into cache, subsequent calls are significantly faster
Query Object
Query options
Insert many values into collection
The values to be inserted
Inserts 1 value into collection
Essentially syntactic sugar - internally calls the same function as insertMany
insertMany
Update all matched rows
Generated using TypeDoc
Perform MongoDB style aggregations