| Wei Li That makes sense. PouchDB is a javascript database. It has the same (similar) API to couchbase & couchdb. It could be used as the on-device data store. Having a javascript database has the benefit of not requiring serialisation/deserialisation between some native layer/plugin. |