Function MongoConnection.listDatabases
Queries the server for all databases.
Prototype
auto std .algorithm .iteration .MapResult!(_D4vibe2db5mongo10connection15MongoConnection13listDatabasesMFZ6toInfoMFxS4vibe4data4bson4BsonZS4vibe2db5mongo10connection11MongoDBInfo,const(vibe.data.bson.Bson)[]) listDatabases();
Returns
An input range of MongoDBInfo
values.
Authors
Sönke Ludwig
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.