# tidb-tools **Repository Path**: mirrors_pingcap/tidb-tools ## Basic Information - **Project Name**: tidb-tools - **Description**: tidb-tools are some useful tool collections for TiDB. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tidb-tools tidb-tools are some useful tool collections for [TiDB](https://github.com/pingcap/tidb). ## How to build ``` make build # build all tools make importer # build importer make sync_diff_inspector # build sync_diff_inspector make ddl_checker # build ddl_checker ``` When tidb-tools are built successfully, you can find the binary in the `bin` directory. ## Tool list - [importer](./importer) A tool for generating and inserting data to any database which is compatible with the MySQL protocol, like MySQL and TiDB. - [sync_diff_inspector](./sync_diff_inspector) A tool for comparing two databases' data and outputting a brief report about the differences. - [ddl_checker](./ddl_checker) A tool for checking if DDL SQL can be successfully executed by TiDB. ## License Apache 2.0 license. See the [LICENSE](./LICENSE) file for details.