markddrake / YADAMU---Yet-Another-DAta-Migration-Utility

A utility for Migrating Data between Oracle, Postgres, MySQL MariaDB, Snowflake. Stage Data from supported database to Amazon S3 and Azure Blob Storage in JSON and CSV Formats
MIT License
17 stars 10 forks source link

Refactor Schema Compare Logic so that it can be used outside of the Yadamu QA framework. #213

Closed markddrake closed 2 years ago

markddrake commented 2 years ago

Enable the schema compare functionality used internally by the YADAMU QA framework to be used independently of the QA Framework.

markddrake commented 2 years ago

Add new 'compare' classes to manage schema comparisons. Refactor schema compare functions from QA Classes. Rework QA Framework