4
ODXT
6y

What do you use to sync a SQLite DB with a sever DB?

Comments
  • 0
    After looking around for a bit, I found that there's no actual solution to do this.

    What I'm thinking of doing:
    - Save changes to SQLite local database.
    - When internet is available again, we upload everything to the real DB.
    - At the same time remove from local DB.

    Thoughts?
Add Comment