dotnet-mysql-replication
dotnet-mysql-replication copied to clipboard
How to use this library?
How to use this library to make a master to master relationship in MySQL.'
This project is still in WIP (work in progress).
What do you mean master to master relationship? Do you mean duplex synchronization?
Yes, I mean a master to master relationship where two databases would sync and have the same data regardless where it was inserted. I think that maybe InnoDB Cluster is the solution for my MySQL database.
@soonsam123 I think you can refer python version for more information.
Check out the test cases, they should be useful: https://github.com/SciSharp/dotnet-mysql-replication/blob/master/tests/Test/MainTest.cs