Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to mongo-c-driver 1.16 mongo.BSON(): autodetect between BSON/JSON data Minor fixes, tests & docs New API for consistency with Mongo C Driver's API: + collection:insertMany(document1, document2, ...) + collection:insertOne(document, [options]) + collection:removeMany(query, [options]) + collection:removeOne(query, [options]) + collection:replaceOne(query, document, [options]) + collection:updateMany(query, document, [options]) + collection:updateOne(query, document, [options])
- Loading branch information