Easiest solution to sync an offline (local desktop application) database with a central server and multiple pc's?
- by tyfius
I have a desktop application which uses a local database. (This can be SQLite, SqlCe, PostgreSQL or any other database I will be able to install locally, I haven't decided which one to use yet.)
The plan is to achieve the following:
A user can subscribe to some kind of cloud service. If he does his local database should be synced with the online…