Depend on the app size, mongoDB is a good one, it take less RAM than CouchDB. But you need to think “JSONly”.
If you want to think relational : https://www.postgresql.org
SQLite is the most common relationnal database engine.
Postgre is another engine, but it’s up to you, try one, test perfomences, try others, test again and make your choice
I heard CouchDB and PouchDb is best for automatic offline synchronization. I don’t know if that is true. If that is true then why shall not people use couchdb and pouch dbcombo? is there any performnce issue with couchdb?
Also sqlite is automatically installed on both android and ios. So, sqllite is suggested for offline synchronization?
yes I am concerned about local db and it’s sync with remote db. which one is best choice considering overall performance?
what is the short coming of SQLite as localdb? is there any known big trouble? why people are looking for other choice like Couch + PouchDB?
If any one knows please reply.