Perfect-MongoDB
Perfect-MongoDB copied to clipboard
A stand-alone Swift wrapper around the mongo-c client library, enabling access to MongoDB servers.
- removing all deprecated external system module dependencies. - tested on both macOS/ubuntu
``` import PerfectCMongo let client = try! MongoClient(uri: "mongodb://localhost") ``` Shows Use of unresolved identifier 'MongoClient'
Is it supports latest Xcode and swift when it arrives. Can I depend on your driver? Can you support regularly without restrictions
Hi, I am not sure whether this is an intended behaviour or not but I think the way `getCollection()` on `MongoDatabase` works is a bit strange. The method's signature is...
Hi, i am trying to add MongoDB Dependencies in project , I am not sure where i am making mistake., i am using this ` import PackageDescription let package =...
Or there is some better practice to work with this ?
 