mongotron icon indicating copy to clipboard operation
mongotron copied to clipboard

Add support for multiple queries

Open officert opened this issue 9 years ago • 0 comments

Would like to be able to run multiple queries in a single query tab.

Ex:

db.cars.find({

});

db.cars.count({

});

and have the results view split into 2 windows/columns.

foobar

officert avatar Feb 19 '16 17:02 officert