denodrivers / denodrivers/mongo
Implement `db.collection.bulkWrite()`
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 511
- Forks
- 89
- PR merge metrics
- No merged PRs in 30d
Description
Are there plans on implementing the [`db.collection.bulkWrite()`](https://docs.mongodb.com/manual/reference/method/db.collection.bulkWrite/) functionality in one of the next releases?
I ran into a case where I had to update some of the same types of documents but with different fields and different values for each field.
I resorted to using a for a loop now but the cleaner and more efficient way would be to write them in a bulk.
Thank you for the consideration!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.