# 轻量级MySQL迁移工具 **Repository Path**: houzhanwu/lightweight-mysql-migrate-tools ## Basic Information - **Project Name**: 轻量级MySQL迁移工具 - **Description**: 轻量级MySQL迁移工具 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: https://consolelog.gitee.io/lightweight-mysql-migrate-tools/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 30 - **Created**: 2020-01-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README = MySQL迁移工具 :toc: left :version: 1.1.2 :sourcedir: mysql-migrate/src :javadir: {sourcedir}/main/java :testdir: {sourcedir}/test/java == 支持模块 * [*] Table * [*] View * [*] Function * [*] Procedure * [*] Trigger == 使用方法 引入jar包 [source,xml,subs="verbatim,attributes"] ---- cn.codeforfun mysql-migrate {version} ---- 测试类 [source,java] ---- include::{testdir}/cn/codeforfun/migrate/core/MigrateTest.java[] ---- == 更新日志 * 1.1.2 ** fix-对比结构时忽略库名 大胃王 2019/12/23, 10:47 上午 * 1.1.1 ** 优化jar包依赖 大胃王 2019/12/16, 3:45 下午 * 1.1.0 ** add-忽略DiffResult转换json时无需转换的字段 大胃王 2019/12/12, 4:34 下午 * 1.0.1 ** fix-没有外键时候生成sql为空的bug 大胃王 2019/12/12, 3:55 下午 * 1.0.0 ** 添加procedure 大胃王 2019/12/11, 5:48 下午 * 0.0.4 ** 添加trigger 大胃王 2019/12/11, 3:23 下午 * 0.0.3 ** 添加function同步功能 ** fix-生成的sql为null的错误 王斌 2019/12/10, 9:45 上午 ** fix-sql不换行导致的执行错误 王斌 2019/12/10, 10:06 上午 * 0.0.2 ** 修复字段顺序不匹配导致的结构差异化BUG 大胃王 2019/12/7 上午5:20 ** 修复添加字段导致生成SQL出错的BUG 大胃王 2019/12/7 上午5:30 ** 修复先创建key后创建字段导致字段不存在的Bug 大胃王 2019/12/7 上午6:42 * 0.0.1 ** 初始化仓库 == 源码地址 https://gitee.com/consolelog/lightweight-mysql-migrate-tools.git[Gitee源码] https://consolelog.gitee.io/lightweight-mysql-migrate-tools/[GiteePages] https://github.com/qq253498229/lightweight-mysql-migrate-tools.git[Github源码] https://qq253498229.github.io/lightweight-mysql-migrate-tools/[GithubPages] == 反馈和贡献 https://gitee.com/consolelog/lightweight-mysql-migrate-tools/issues[GiteeIssues] https://github.com/qq253498229/lightweight-mysql-migrate-tools/issues[GithubIssues]