View Source MongoAgile.BuilderQueries.UpdateOneBuilder (mongo_agile v0.8.1-rc)

Macro UpdateOne

base

Base

  • set - Update
  • where - Selector

options

Options

Source: https://hexdocs.pm/mongodb/Mongo.html

  • :upsert - if set to true creates a new document when no document matches the filter (default: false)

Link to this section Summary

Link to this section Functions

Link to this macro

update_one(description, keyword)

View Source (macro)