I wonder if MongoDB and CouchDB could work as database for mobile devices?
If they both can, which one is better to use for online/offline storage?
I wonder if MongoDB and CouchDB could work as database for mobile devices?
If they both can, which one is better to use for online/offline storage?
CoubhDB has built in support for offline synchronization. It would we be a better fit.
MongoDB is intended for server only use. It expects to be running in a 64-bit little-endian environment in a cluster of at least two nodes and is not particularly stable without that miniumum configuration.