Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只想在本地和远程数据库中实现并发。对本地数据库所做的更改应自动反映到远程数据库。简而言之,向我解释如何同时更新多个数据库服务器。
如果你不想在数据库级别解决这个问题,你可能想看看 Django 对多个数据库的内置支持。