# goInception-plus **Repository Path**: zhoujin826/goInception-plus ## Basic Information - **Project Name**: goInception-plus - **Description**: 一个集审核、执行、备份及生成回滚**于一身的MySQL,PostgreSQL运维工具 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-15 - **Last Updated**: 2026-04-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # goInception-plus goInception-plus是一个集审核、执行、备份及生成回滚语句于一身的MySQL,PostgreSQL运维工具, 通过对执行SQL的语法解析,返回基于自定义规则的审核结果,并提供执行和备份及生成回滚语句的功能 ---- ### 安装说明 #### 源码编译 ***go version 1.22 (go mod)*** ```bash git clone https://github.com/zmix999/goInception-plus.git cd goInception-plus go build -o goInception-plus tidb-server/main.go ./goInception-plus -config=config/config.toml ``` ---- #### 致谢 goInception-plus基于TiDB的语法解析器。 - [goInception - 审核工具](https://github.com/hanchuanchuan/goInception) - [TiDB](https://github.com/pingcap/tidb)