Hi all, I encountered a problem. I have two servers (A and B) which host two same DBs, each of them may be modified. If the DB has been modified on server A, the DB on server B should also keep synchronized with server A. If the DB on server B has been modified, the DB on server A should also be modified automatically. How do I implement it? Is there any machanism in Sqlite to do it?
Thank you. -- powered by python

