Skip to content

Support for sending keyword arguments to write commands

Latest
Compare
Choose a tag to compare
@anthonyjb anthonyjb released this 17 Jul 14:43
  • You can now specify kwargs when calling write commands (such as update, insert_many, etc).
  • Upsert now uses a single record look up rather than a count when checking for an existing record.