Im 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 transaction or update log back and forth bidirectionally. Is such transaction log functionality built into SQLite? If not, is this something thats being planned for future releases of SQLite or is already being worked on? Thanks, Dima
_______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users