Return a handle to all databases of the server.
An input range of MongoDatabase objects.
auto names = client.getDatabaseNames(); writeln("Current databases are: ", names);
See Implementation
Return a handle to all databases of the server.