Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 609 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 609 Bytes

mysqldump-analyzer

mysqldump-analyzer is a tool to analyze and compare the output of mysqldump.

Install

make install

Usage

mysqldump-analyzer diff tests/assets/*.sql

How to contribute?

Install the requirements and the module in editable mode to be able to be able to see the impact of your local changes:

make init

To run the tests:

make test-unit

The 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.