1 Star 0 Fork 0

陈绍邦/db-compare

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.yml 533 Bytes
一键复制 编辑 原始数据 按行查看 历史
陈绍邦 提交于 2023-05-18 15:16 . change json to yaml
db_src: # 源数据库配置
type: mysql # 数据库类型
host: localhost # 数据库地址
port: 3306 # 数据库端口
user: root # 数据库用户名
password: 1234 # 数据库密码
database: test # 数据库名称
db_dst: # 目标数据库配置
type: mysql # 数据库类型
host: localhost # 数据库地址
port: 3306 # 数据库端口
user: root # 数据库用户名
password: 1234 # 数据库密码
database: test2 # 数据库名称
tb_only: [] # 只比对的表
tb_ignore: [] # 忽略比对的表
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/chanterchen/db-compare.git
git@gitee.com:chanterchen/db-compare.git
chanterchen
db-compare
db-compare
main

搜索帮助