vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Module vibe.db.mongo.connection

Low level mongodb protocol.

Classes

NameDescription
MongoAuthException Generic class for all exceptions related to authentication problems.
MongoConnection [internal] Provides low-level mongodb protocol access.
MongoDBException Wrapper class for all inner mongo collection manipulation errors.
MongoDriverException Generic class for all exception related to unhandled driver problems.
MongoException Root class for vibe.d Mongo driver exception hierarchy.

Structs

NameDescription
MongoDBInfo

Aliases

NameTypeDescription
DocDelegate @safe void delegate(size_t idx, ref T doc)
MongoErrorDescription immutable(vibe.db.mongo.connection._MongoErrorDescription) D POD representation of Mongo error object.
ReplyDelegate @safe void delegate(long, ReplyFlags, int, int)
Authors

Sönke Ludwig

Copyright

© 2012-2016 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.