Hi, I am a software engineer concentrating on iphone application development and I own a developer license. Currently I am working on a project where i need to maintain a local database in iphone. Each time the application launches , the application should sync data from a remote server. The application should add/update/delete the local table entries corresponding to the data from remote server.
I plan to use SQLite DB. I would like to know whether there is any framework available for synchronizing these two databases? Also is there any other DB which is supported by iphone?