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. For convenience, we have merged the BSON documentation in with the driver documentation on this website, but you can also view it separately here.