Is there any stable nosql database for iOS except for Couchbase?

OpenThread picture OpenThread · May 6, 2012 · Viewed 11.6k times · Source

Is there any stable nosql database for iOS except for Couchbase? Couchbase is now a beta version which i don't want to use on a app with many users.(Although i like Couchbase very much)

Any suggestions? Special Thx!

Answer

JasonSmith picture JasonSmith · May 7, 2012

There are several projects to get a CouchDB-compatible API available on mobile devices.

  • TouchDB, a native iOS build
  • PouchDB, an HTML5 implementation, for web and PhoneGap apps