mongotron icon indicating copy to clipboard operation
mongotron copied to clipboard

Cross platform Mongo DB management

Results 54 mongotron issues
Sort by recently updated
recently updated
newest added

I ran the following query: ``` db.Projects.aggregate([{ $lookup: { from: 'ProjectTypes', localField: 'project_type_id', foreign_field: '_id', as: 'types' } }]) ``` Normally this query would result in an error: ``` Error:...

It would be nice if we could simply install Mongotron using `npm install -g Mongotron`. It would be nice if you could do that. In theory you would just need...

Hi there, I am using Linux Mint 18.2 with node v9.8.0 and npm v5.6.0. I'm trying to run npm install and I get the following message: > [email protected] postinstall /home/flavus/PycharmProjects/mongotron...

It prevents this kind of problem ![image](https://user-images.githubusercontent.com/21266306/36166780-e7fff5e6-1136-11e8-85fd-f1efa7322084.png)

Fixes Issue #118 where databases were not being dropped if the database was not yet open

Hey! The macOS version (the .app file) is not signed with an Apple dev ID key. Is there any way you can solve this? People with Mac prefer to install...

Why is the database name required even though it says its optional in tool-tip?

After `npm start`: ![_2017-03-29_16-18-48](https://cloud.githubusercontent.com/assets/1705196/24456342/681b5e4e-149b-11e7-867d-03639b689650.png) When `run test`: eugene@eugene-everywhere ~/mongotron-master> make test ``` -------------------------------------------- RUNNING INTEGRATION TEST SETUP... -------------------------------------------- ENVIRONMENT ------------------ { version: '1.0.0-alpha.5', name: 'Mongotron', website: 'http://mongotron.io/', repository: 'https://github.com/mongotron', repositoryName:...

`db.region.find({dmId:{$gt:3}}).count()` error message ` Error : db.region.find(...).count is not a function TypeError: db.region.find(...).count is not a function at evalmachine.:1:32 at ContextifyScript.Script.runInNewContext (vm.js:18:15) at `