MongoDB
public struct MongoDB
A type providing access to MongoDB APIs for use at the Request
level.
-
A MongoDB client which will return
EventLoopFuture
s on the sameEventLoop
as theRequest
.Declaration
Swift
public var client: EventLoopBoundMongoClient { get }