pharo-nosql / mongotalk

A Pharo driver for MongoDB
MIT License
19 stars 13 forks source link

Add MongoReadConcern #69

Closed tinchodias closed 4 years ago

tinchodias commented 4 years ago

There is MongoWriteConcern but it's missing for reads.

Doc: https://docs.mongodb.com/v4.0/reference/read-concern/

It is "supported" by MongoDatabase>>#commandFind:limit:collection:readConcern: but the (last) argument only can be nil.