# sql-parse **Repository Path**: xukui911/sql-parse ## Basic Information - **Project Name**: sql-parse - **Description**: 自己纯手写的一个sql解析引擎。在目前信创大环境下,针对数据库迁移项目的sql兼容问题,sql解析是一个比较完美的方案。 此工具实现了完整的sql词法分析,并实现了增删改查操作的绝大部分语法解析(后面会通过案例具体说明)。没有实现的语法,框架支持无缝扩展,需要的用户可以自己去实现。 不与其他框架作比较,复杂sql用户可以试用。 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2023-11-27 - **Last Updated**: 2025-06-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sql-parse #### Description 自己纯手写的一个sql解析引擎。在目前信创大环境下,针对数据库迁移项目的sql兼容问题,sql解析是一个比较完美的方案。 此工具实现了完整的sql词法分析,并实现了增删改查操作的绝大部分语法解析(后面会通过案例具体说明)。没有实现的语法,框架支持无缝扩展,需要的用户可以自己去实现。 不与其他框架作比较,复杂sql用户可以试用。 #### Software Architecture Software architecture description #### Installation 1. xxxx 2. xxxx 3. xxxx #### Instructions 1. xxxx 2. xxxx 3. xxxx #### Contribution 1. Fork the repository 2. Create Feat_xxx branch 3. Commit your code 4. Create Pull Request #### Gitee Feature 1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md 2. Gitee blog [blog.gitee.com](https://blog.gitee.com) 3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) 4. The most valuable open source project [GVP](https://gitee.com/gvp) 5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) 6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)