Mongo-QL
List Data Handlers
You can list all available data handlers by querying the information_schema
database.
> use information_schema
> db.handlers.find({'type': 'data'})
You can list all available data handlers by querying the information_schema
database.
> use information_schema
> db.handlers.find({'type': 'data'})