Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does MongoDB work on iOS?

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

like image 509
Paul Avatar asked Oct 23 '10 00:10

Paul


1 Answers

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

like image 76
Nader Avatar answered Oct 06 '22 08:10

Nader