MongoDB Toolkit v2.0.0
Version 2.0.0
New:
Added Update and Delete operators with samples.
-
Update operator
Provides 4 custom output functions:- UpdateDocument - updates one found document.
- UpdateDocuments - updates all found documents.
- UpsertDocument - updates one found document or inserts if not found.
- UpsertDocuments - updates all found documents or inserts if not found.
-
Delete operator
Provides 2 custom output functions:- RemoveDocument - removes one found document.
- RemoveDocuments - removes all found documents.