by gerdemb on 12/15/23, 9:48 AM with 2 comments
SQLiteChangesetSync supports branch merging when databases diverge and provides the ability for applications to handle merge conflicts. I've also included a pre-built iOS app in the package, allowing you to run two instances on different simulators to experiment with the syncing process. I’m eager to hear feedback on both the concept and implementation of database synchronization. Your insights are highly valued!
https://github.com/gerdemb/SQLiteChangesetSync
Note: As this project is experimental and self-tested, some challenges are expected. Looking forward to your feedback!
by skrugly on 12/15/23, 9:06 PM
How long did it take you to implement this proof of concept?