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.impl.crud

MongoDB CRUD API definitions.

Classes

NameDescription
MongoBulkWriteException Exception for partially or fully failed writes from insert, update or delete.

Structs

NameDescription
AggregateOptions Represents available options for an aggregate call
BulkWriteError Describes a failed write command result for a single document.
BulkWriteOptions
CountOptions
DeleteOptions
DeleteResult
DistinctOptions
EstimatedDocumentCountOptions
FindOptions
InsertManyOptions
InsertManyResult
InsertOneOptions
InsertOneResult
ReplaceOptions
UpdateOptions
UpdateResult

Enums

NameDescription
CursorType
DeleteFlags
InsertFlags
QueryFlags
UpdateFlags
Authors

Jan Jurzitza

Copyright

© 2022 Jan Jurzitza

License

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