Core Types
-
A MongoDB Client providing an asynchronous, SwiftNIO-based API.
See moreDeclaration
Swift
public class MongoClient
extension MongoClient: Equatable
-
A wrapper around a
See moreMongoClient
that will returnEventLoopFuture
s on the specifiedEventLoop
.Declaration
Swift
public struct EventLoopBoundMongoClient
-
Options to use when creating a
See moreMongoClient
.Declaration
Swift
public struct MongoClientOptions : CodingStrategyProvider
-
A MongoDB Database.
See moreDeclaration
Swift
public struct MongoDatabase
-
Options to use when retrieving a
See moreMongoDatabase
from aMongoClient
.Declaration
Swift
public struct MongoDatabaseOptions : CodingStrategyProvider
-
A MongoDB collection.
See moreDeclaration
Swift
public struct MongoCollection<T> where T : Decodable, T : Encodable
-
Options to set on a retrieved
See moreMongoCollection
.Declaration
Swift
public struct MongoCollectionOptions : CodingStrategyProvider