sqlite-sync / SQLite-sync.com

AMPLI-SYNC is a framework for synchronizing data between a Sqlite database and an MS SQL/MySQL/Oracle/PostgreSQL database. With this framework your application can work completely offline (Airplane Mode), then perform an automated Bidirectional Synchronization when an internet connection becomes available.
https://ampliapps.com/sqlite-sync/
BSD 3-Clause "New" or "Revised" License
328 stars 82 forks source link

Offline sync 2 Sqlite databases. .NET #11

Closed VladislavAntonyuk closed 3 years ago

VladislavAntonyuk commented 5 years ago

I have 2 databases with the same schemas that are stored on a local device. Differences in the amount of data in each table. Is it possible to synchronize them using your product?

I found your demo project, but it sends data to a remote server (http://demo.sqlite-sync.com/sync.asmx).