The rockmongo tag has no wiki summary.
1
vote
2answers
326 views
Where can I get this nice phpMyadmin features for mongodb
In phpmyadmin
Say I browse a table, or do anything.
I will be told the actual sql command that I should run to execute the query.
Say I want to do a query and then I want to do something else ...
1
vote
1answer
258 views
How to add spatial indexes through rockmongo
In rockmongo we got fields for the field name and whether we should sort by ascending or descending.
How to add spatial indexes then?
1
vote
1answer
666 views
How to display query result in rockmongo by using execute method
I executed a command in mongo.exe
> db.tablebusiness.find({"_id": "the-simmons-paradise__41.85_-87.88"});
I got results:
Now I try similar command in rockmongo.
If I execute
...
0
votes
1answer
169 views
Where can I find manual and tutorial for rockmongo?
I tried to find it in google and couldn't find it.
Most just tell how to install. None tell how to use execute, for example.