Instance Methodmongokitten 7.9.5MongoKitten->MongoClient
getConnection
Cursor.swift:7func getConnection() async throws -> MongoConnection
Other members in extension
Typealiases
Instance members
var eventLoop: EventLoop
func drain(
) async throws -> [Document] Collects all results into an array, until the cursor is drained
func execute(
) async throws -> FinalizedCursor<MongoCursor> func transformElement(Document
) throws -> Document