Simple Relational Database Sync(ryankirkman.com)
ryankirkman.com
Simple Relational Database Sync
http://ryankirkman.com/2013/02/03/simple-relational-database-sync.html
1 comments
Does the same sentiment hold for a heterogenous set of databases? e.g. Microsoft SQL Server <-> WebSQL
I worked in a company that did this, because of the slightly different business requirements they had regarding "publishing" on demand. Needless to say, it didnt end well.
Reinventing replication is usually a sign of poor application architecture; change the code, not the concept of replication.