Golang 針對 MySQL 資料庫表結構的差異 SQL 工具

camry發表於2021-09-07

Golang 針對 MySQL 資料庫表結構的差異 SQL 工具。 go-mysqldiff

使用

# 檢視幫助
./mysqldiff --help
# 例項
./mysqldiff --source user:password@host:port --db db1:db2
./mysqldiff --source user:password@host:port --target user:password@host:port --db db1:db2

自動補全

mysqldiff completion bash > /etc/bash_completion.d/mysqldiff && source /etc/bash_completion.d/mysqldiff

打包

包含命令自動補全

./install.bash
本作品採用《CC 協議》,轉載必須註明作者和本文連結

相關文章