On 14 January 2011 09:38, Mattias Svala <[email protected]> wrote: > Hello! > I have been trying to find some document database that can run on an android > phone. No luck so far. > I don't need any fancy replicating functionality, just the ability to store > json documents and query them. Something like a MongoDB Light, if there was > such a thing. Has anyone on this list seen anything like this running on > Android?
This is what you have: http://developer.android.com/reference/android/database/sqlite/SQLiteDatabase.html Anything else you have to run yourself -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

