Re: [sqlite] Incremental SQLite synchronization

2012-06-14 Thread Simon Slavin
On 13 Jun 2012, at 8:43pm, Dima Bodrov wrote: > I’m considering SQLite for a multi-device mobile application. Is there > anything in SQLite that allows a database on a mobile device to be synced > with the master database in the cloud incrementally? Looks like iOS can do >

[sqlite] Incremental SQLite synchronization

2012-06-14 Thread Dima Bodrov
I’m considering SQLite for a multi-device mobile application. Is there anything in SQLite that allows a database on a mobile device to be synced with the master database in the cloud incrementally? Looks like iOS can do this through Core Data API. I imaging they're moving some kind of