is there any way I can pass a MongoDB query like db.things.find()
directly to the Mongo C Driver or the Javascript driver node-mongo-native to make a query?
I am wondering the native driver is able to evaluate the query and return the result.
How to do that?
Thanks!