akshayd121's avatar

Is it possible to store data offline in sqlite and re-sync to the mysql database once the internet is available

I am trying to create an registration form which works both in offline as well as online mode using sqlite and mysql ,your suggestion would be helpful.Thank you.

0 likes
1 reply
doni49's avatar

Will there be more than one device needing to sync this data? If so, you're likely to run into issues.

Have a look at CouchDB (server and desktop clients).

I'm in the planning stages of my own project that will also require sync between server and devices. So far CouchDB and PouchDB seems to be the best method.

Please or to participate in this conversation.