This checker is designed for checking any change or missing for foreign keys, when the user is upgrading their MySQL/MariaDB database to MySQL cluster, based on checking schema files.
Simply Run
$ python foreign.py schema_new.xml schema_old.xml
A tool to check if there is any change in MySQL Schema file concerning foreign key, while upgrading traditional MySQL/MariaDB to MySQL Cluster, written in Python 3.
Python
This checker is designed for checking any change or missing for foreign keys, when the user is upgrading their MySQL/MariaDB database to MySQL cluster, based on checking schema files.
Simply Run
$ python foreign.py schema_new.xml schema_old.xml