Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Replication Framework for Mono

We are considering adopting MonoTouch and MonoDroid for building a cross platform business App.

This App will handle a local database that needs to be synchronized with a master database (only one way replication).

The only project remotely like what we are looking for is: http://www.blackdogfoundry.com/home. However, we are not that satisfied to run it as a service (and also it is for Objective-C and Java, not for Mono).

Synchronizing central databases to the local SQLite in the device seems a very common subject. It is strange that there is not some sort of framework for this (paid or opensource).

Rhomobile offers RhoConnect for that. Still not that suitable for us.

BTW: I know we can build it using web services and timestamp columns. I just would like to avoid the need to do that if possible.

So the question is: do you know of any framework/library or the like that could be used from MonoTouch and/or MonoDroid to sync the local database to a central database?

Thanks.

like image 244
rufo Avatar asked Jan 17 '12 19:01

rufo


1 Answers

Try siaqodb , it fully supports MonoDroid and MonoTouch and has SyncFramework provider which you can keep local db Sync-ed with SQLServer from server side.

like image 178
Ursyc Avatar answered Nov 15 '22 08:11

Ursyc