objectory
objectory copied to clipboard
A method to print out the actual Mongo query
It would be nice if I could call a single method or getter on query object that returns a string that I can print to console and directly copy-paste to Mongo shell and append .explain()
to it.
This allows me to test the actual query, how it performs and what explain returns.