Connect to mongohq in a Cocoa application
I am trying to connect to a mongohq database from a Cocoa application, but I really don't know there to start. I googled for it but it does not seem to be something useful online.
Do you know if开发者_运维百科 there is a simple way to do it?
Obviously no one will write the code for me. I would like just to be pointed to the right direction.
Thanks in advance!
If you look a bit further down the page you mentioned in your comment (http://www.mongodb.org/display/DOCS/Drivers), you'll see there is a community-supported Objective-C driver. http://github.com/timburks/NuMongoDB. It's for the Nu programming language but they modularized all their libraries so you should just be able to use it alone. In theory.
精彩评论