Update README.md
A MongoDB Atlas Data API library compatible with all Apple platforms, Swift Cloud and Fastly Compute@Edge
import MongoDB let client = MongoClient( endpoint: "https://us-east-1.aws.data.mongodb-api.com/app/data-12345/endpoint/data/v1", cluster: "cluster-prod", database: "test", apiKey: "..." ) let user = try await client .collection("users") .send(.findOne()) .document(User.self)
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
MongoDB
A MongoDB Atlas Data API library compatible with all Apple platforms, Swift Cloud and Fastly Compute@Edge
Usage