Is there any better NoSQL DB for Android besides CouchDB and MongoDB. Using couchdb, the problem is its launch time on Android devices that take 5-10 seconds (very high) .
On the other hand, I found TouchDB , which is not yet mature enough to use it.
I want to store whole data in NoSQL DB in JSON format (both on the Internet and on an Android phone). Am I some kind of database that has startup time in milliseconds and stores data in JSON format ?
source share