Answer the question
In order to leave comments, you need to log in
How to synchronize application DB files without a server?
I am writing a small desktop application with a SQLite database. After I want to write its mobile version. Suppose the user is using both versions of the application. Is it possible to synchronize its data without a server? That is, save the database file somewhere, for example, dropbox, and then pull the changes from there at startup in the mobile application? To what extent is this the right approach? The base will be small.
Answer the question
In order to leave comments, you need to log in
There are databases with replication support. For me, this is a more reliable option. There are also special solutions for database replication like symmetricds
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question