We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Command should be supported using JSON based syntax, e.g.:
{ $dbCommand : {create: 'mycollection'} }
` Most update operations can be expressed in as commands.
Collection methods can be exposed in a similar manner:
{ $collectionCommand : {collection: 'mycollection', insert: {}} }
See http://docs.mongodb.org/manual/reference/command/