uim-mongo ~master (2021-03-13T07:27:00Z)
Dub
Repo
DMGODatabase
uim
mongo
classes
database
Undocumented in source.
class
DMGODatabase {
this
();
this
(string aName);
this
(MongoDatabase aMongoDb);
auto
collections
();
auto
collections
(string name);
}
Constructors
this
this
()
Undocumented in source.
this
this
(string aName)
Undocumented in source.
this
this
(MongoDatabase aMongoDb)
Undocumented in source.
Members
Functions
collections
auto
collections
()
Name of database
collections
auto
collections
(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
uim
mongo
classes
database
classes
DMGODatabase