vibe.db.mongo.cursor

MongoDB cursor abstraction

Public Imports

vibe.data.bson
public import vibe.data.bson;
Undocumented in source.

Members

Aliases

MongoCursor
deprecated alias MongoCursor(Q, R = Bson, S = Bson) = MongoCursor!R
Undocumented in source.

Structs

MongoCursor
struct MongoCursor(DocType = Bson)

Represents a cursor for a MongoDB query.

Meta

License

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

Authors

Sönke Ludwig