Adds support for mongodb queries by piping them directly to mongosh.
Caveats:
Mongosh may output circular structures when querying for multiple objects (like find()) with. Affixing the query with .toArray() fixes this.
Mongosh requires users to specify a database to authenticate their user against. The default for this is set to admin, but evalMongo will look for an authenticationDatabase field inside of DatabaseConnectorInfoDatabase.Extra.
Adds support for mongodb queries by piping them directly to mongosh.
Caveats: