Perfect-MongoDB icon indicating copy to clipboard operation
Perfect-MongoDB copied to clipboard

A stand-alone Swift wrapper around the mongo-c client library, enabling access to MongoDB servers.

Results 8 Perfect-MongoDB issues
Sort by recently updated
recently updated
newest added

- 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 ?

![1111](https://cloud.githubusercontent.com/assets/4246681/16552312/9ad01202-41f2-11e6-927e-3e44e77ccb02.png) ![2222](https://cloud.githubusercontent.com/assets/4246681/16552325/b73925f0-41f2-11e6-85c1-0039dab1735d.png)