It would be nice to be able to perform an update to a single document with a mongo query. For example `users.updateWithQuerySingle(id, { $set: { status: 'active' } })`. Benefit here is the update query is done in the db so we dont need to bring the whole document into node process, update it in memory and then persist the whole doc. There are times where this is very useful
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by kane-mason and has received 1 comments.