mongotron
mongotron copied to clipboard
Add support for multiple queries
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.