Using electron to create MySQL data compare to tool project origin
Working on the project using MySQL, when learning the data quantity of the system and testing the service, often need to go over to a table two time points of data changes.
Search related tools No, but before I played electron, I never got a chance to practise practiced hand, because of this project.
Project source code is open source, address: Http://git.oschina.net/lontoken/MysqlComparer
User manual feature description for the project
Data comparison tool for MySQL database.
Compare data at two points in the same table and show the comparison results on the interface.
Databases and tables that need to be compared can be configured through configuration files.
Operating instructions
Click the "Start Recording" button to load the data in the database locally as the initial image data;
Click the "End Record" button to load the data in the database locally, as a terminating mirror data;
Click the "Show results" button to compare the initial image data and terminate the image data, and will show the comparison results;
The start record and end record buttons can be clicked more than once, and the end record button compares the data recorded with the most recent "Start record";
Software configuration
You can configure the monitored databases and tables through the Config.json file, and you can refer to the Config_aliyun.json and Config_local.json files.
Question Feedback
If you have any questions, please contact [email protected]/[email protected].
Personal blog: http://lontoken.com/
Using electron to create a MySQL data comparison tool