Support for sending keyword arguments to write commands
- 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.
update, insert_many, etc).