Is there a way to run an arbitrary command in MongoVUE

I was looking for a way to execute an arbitrary command in MongoVUE: db.collection.runCommand(..) , but could not find anything.

I am using the latest (at the time of the request) version 1.6.1.0. There is nothing in the context menu, as well as in the main menu:

enter image description here

Is there any way to achieve this? If not, are there any other suitable guis for the desktop (and not for websites).

PS I know how to do this in mongo-shell

+4
source share
1 answer

I encountered the same restriction with the .distinct () command. In MongoVUE, it is not possible to do anything apart from .find / .aggregate / .mapreduce. It is best to run teams from the Mongol shell.

+2
source

Source: https://habr.com/ru/post/1486487/


All Articles