# open-database-compare **Repository Path**: xiaoyanbot/open-database-compare ## Basic Information - **Project Name**: open-database-compare - **Description**: 1.数据库差异报告 数据库表结构差异比较,用于开发环境和生产环境的数据库结构比较来检查疏漏。 2.数据库差异SQL 数据库结构发生变动之后,可生成差异SQL,用于补齐目标数据库上的变化,通常结合功能1来验证是否需要执行补齐SQL。 3.数据库规范检查 根据《阿里巴巴Java开发手册》里面数据库规范部分进行检查,额外还增加了单词拼写检查。并且可以按需勾选检查项 - **Primary Language**: Java - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 23 - **Created**: 2022-07-14 - **Last Updated**: 2022-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # open-database-compare #### Description Comparison of database table structure differences, used to compare the database structure of development and production environments to check for omissions. The effect picture is as follows: #### Software Architecture springboot + vue