ObjCMongoDB icon indicating copy to clipboard operation
ObjCMongoDB copied to clipboard

Mac OS and iOS library for MongoDB and BSON

Results 7 ObjCMongoDB issues
Sort by recently updated
recently updated
newest added

To connect using the mongo shell: mongo ds015962.mlab.com:15962/physio4d -u -p To connect using a driver via the standard MongoDB URI (what's this?): mongodb://:@ds015962.mlab.com:15962/physio4d Thats the information about my new mongodb...

I have a problem when I use cocoa pods install ObjcMongoDB in a Objective-c and Swift mixed Project. When I try to import My class it use ObjcMongoDB.h or instant...

Hi. I don't know if this is an issue, but after my mongodb hosting server, MongoLab, updated to 3.0 ObjCMongoDB is not working anymore. If I perform a search using...

How do you connect to replica sets? MongoCollection *dbConn = [MongoConnection connectionForServer:@"127.0.0.1" error:&error]; BOOL connected = [dbConn connectToReplicaSet:@"rs0" seedArray:@[] error:&error2]; I keep getting the error "An error occurred while calling...

Would it be possible to implement some sort of functionality that would allow the application to, say, poll the remote database in the background thread and present the data when...

Replace CGPoint with a library-provided class or struct. See discussion at https://github.com/paulmelnikow/ObjCMongoDB/pull/18#issuecomment-68164269

enhancement

I want to store a file with gridfs in my objective c app. I have gone through the mondgDB drivers and noticed that the C driver has the option of...