Skip to content

0.0.59: More mongodb utilities (#124)

Compare
Choose a tag to compare
@abdullah-syngenta abdullah-syngenta released this 01 Sep 19:30
· 11 commits to master since this release
f70073d
* delete_many(), count() and support params for insert_many()

* batch_upsert()

* super().publish('batch_upsert', items, **kwargs)

* super().publish('delete_many', data, **kwargs)

* fix lint issues

* batch_delete

* fixed tests after merging

* removed delete_many

Co-authored-by: Paul Cruse III <[email protected]>