mongo-swift-driver Docs

The MongoDB Swift driver contains two modules:

  • MongoSwift, containing an asynchronous API and a BSON library
  • MongoSwiftSync, containing a synchronous wrapper of the API in MongoSwift

See here for documentation of other versions of the driver.

The driver relies on our official Swift BSON library, with API documentation available here.