dankkomcg / mysql-sync

MySQL Database Synchronization Library
MIT License
0 stars 0 forks source link

Dependency resolver based on the table structure #3

Open dankkomcg opened 1 week ago

dankkomcg commented 1 week ago

Fix the dependency resolver when we are working with cyclic tables. Create a dependant schema structure to not send the cyclic tables to the bottom of the queue.