Hi 
I have an iPhone app that uses a sqlite base . Apple's iCloud is very cool
It automatically syncs your changes back to the cloud and out to all your
other devices. Does anyone know  what I need to do to get sqlite to work
with Apple's iCloud.



After watching one of the WWDC presentations it looks like iCloud is going
to try to sync changes to the file using something  like a 'patch file'.  I
do not know how sqlite manages it database file. Is the "patch" going to
work correctly with delete, update, and insert functions?

 

Apple provides a lot of support for sync with iCloud in their UIDocument
class. It handles read/write and sync with the cloud along with conflict
resolution. Any idea what I need to do to add this functionality to sqlite?

Thanks

 

Andy


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to