mysqldump-analyzer is a tool to analyze and compare the output of mysqldump.
make installmysqldump-analyzer diff tests/assets/*.sqlInstall the requirements and the module in editable mode to be able to be able to see the impact of your local changes:
make initTo run the tests:
make test-unitThe SQL dumps in tests/assets are generated using tests/assets/seed.sh. To alter them, just edit the seed script: they
will be generated again the next time you run make tests using Docker.