How would I ensure that an update in user data against one dB is synced with the other DBs.
Assuming there are DBs in America, Asia and Europe?
Are there any solutions to do syncing on the database level?
Does Django provide any of this functionality?
Should the problem be approached from the database level or the application level?