A powerful CLI tool for synchronizing MySQL database schemas. Compare two MySQL databases, identify schema differences, and safely apply changes to keep your databases in sync.
01_dump_mysql.sh — script to export MySQL schema & data 02_convert_schema.sql — schema conversion SQL (examples and fixes) 03_pgloader.load — pgloader config to migrate data and transform types ...