Serverless built-in noSQL for Android and iOS

I am looking for a serverless built-in database for storing noSQL documents for (mostly) Android and iOS.
To simplify, I need a document-based SQLite: P

MongoDB works great and has a lot of drivers, but it needs a server ...
Maybe a stripped-down version can be great ...

+5
source share
3 answers

I can't help you with Android, but take a look at these Key / value databases that have been ported (wrapped) on iOS:

  • LevelDB (Port: NULevelDB ): Made by Google, and it seems to be one of the fastest.
  • TokyoCabinet (Port: TSDocDB): , , , , , ( KyotoCabinet), , ( ). LGPL (, , AppStore).
0

iBoxDB java Android, . HashMap, https://github.com/iboxdb/forjava

0

Parse.com. . , , . API.

, EC2 Ruby MongoDB . iOS Android.

-1

All Articles