Domanda

I just want concurrency in the local and remote database. The changes made to local database should be reflected to a remote database automatically. In short explain me how to concurrently update multiple database servers.

È stato utile?

Soluzione

If you don't want to solve this on a DB level, you may want to have a look at Django's built in support for multiple databases.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top