开发者

Does MongoDB work on iOS?

开发者 https://www.devze.com 2023-01-21 19:46 出处:网络
Has Mongo开发者_运维百科DB ever been compiled to work on iOS devices?I know the terms of the App Store do not allow an application to launch a subprocess, so the DBDirectClient class would have to be

Has Mongo开发者_运维百科DB ever been compiled to work on iOS devices? I know the terms of the App Store do not allow an application to launch a subprocess, so the DBDirectClient class would have to be used to access the data files in-process.

Any thoughts?


While there is an Objective-C driver for Mongo: https://github.com/timburks/NuMongoDB, nobody has yet compiled an iOS embeddable version of it. Here are the official list of supported versions: http://www.mongodb.org/downloads


http://www.10gen.com/presentations/mongosv2010/ios

only for answering purposes, since this thread is a bit old ;)

0

精彩评论

暂无评论...
验证码 换一张
取 消