vibe.db.mongo.cursor

MongoDB cursor abstraction

Public Imports

vibe.data.bson
public import vibe.data.bson;
Undocumented in source.
vibe.db.mongo.impl.crud
public import vibe.db.mongo.impl.crud;
Undocumented in source.

Members

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