Skip to content

MongoDB Toolkit v2.0.0

Compare
Choose a tag to compare
@leongor leongor released this 06 Sep 13:39
· 10 commits to master since this release

Version 2.0.0

New:
Added Update and Delete operators with samples.

  • Update operator
    Provides 4 custom output functions:

    1. UpdateDocument - updates one found document.
    2. UpdateDocuments - updates all found documents.
    3. UpsertDocument - updates one found document or inserts if not found.
    4. UpsertDocuments - updates all found documents or inserts if not found.
  • Delete operator
    Provides 2 custom output functions:

    1. RemoveDocument - removes one found document.
    2. RemoveDocuments - removes all found documents.