Skip to content

Support for sending keyword arguments to write commands

Choose a tag to compare

@anthonyjb anthonyjb released this 17 Jul 14:43
· 3 commits to master since this release
  • 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.