Skip to content

一个集审核、执行、备份及生成回滚语句于一身的MySQL运维工具

License

Notifications You must be signed in to change notification settings

532848980/goInception

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goInception

GitHub release TiDB

goInception是一个集审核、执行、备份及生成回滚语句于一身的MySQL运维工具, 通过对执行SQL的语法解析,返回基于自定义规则的审核结果,并提供执行和备份及生成回滚语句的功能

使用文档

更新日志

安装说明

二进制免安装

goInception下载

源码编译

go version 1.11.3(go mod)

git clone https://github.com/hanchuanchuan/goInception
cd goInception
make parser
go build -o goInception tidb-server/main.go

./goInception -config=config/config.toml

致谢

goInception基于TiDB的语法解析器,和业内有名的inpcetion审核工具重构。

交流

QQ群 499262190

(通用问题建议提issue以便于记录及帮助他人)

About

一个集审核、执行、备份及生成回滚语句于一身的MySQL运维工具

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.0%
  • Yacc 1.8%
  • Other 0.2%