Skip to content
/ tidb-tools Public
forked from pingcap/tidb-tools

tidb-tools are some useful tool collections for TiDB.

License

Notifications You must be signed in to change notification settings

zph/tidb-tools

This branch is 5 commits behind pingcap/tidb-tools:master.

Folders and files

NameName
Last commit message
Last commit date
Dec 23, 2021
Oct 10, 2019
Nov 26, 2024
Oct 30, 2018
Nov 26, 2024
Nov 26, 2024
Dec 25, 2024
Dec 19, 2024
Apr 13, 2023
Jun 7, 2017
Jun 6, 2017
Jun 12, 2024
Jan 10, 2025
Sep 9, 2019
Nov 22, 2024
Nov 22, 2024

Repository files navigation

tidb-tools

tidb-tools are some useful tool collections for 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

    A tool for generating and inserting data to any database which is compatible with the MySQL protocol, like MySQL and TiDB.

  • sync_diff_inspector

    A tool for comparing two databases' data and outputting a brief report about the differences.

  • ddl_checker

    A tool for checking if DDL SQL can be successfully executed by TiDB.

License

Apache 2.0 license. See the LICENSE file for details.

About

tidb-tools are some useful tool collections for TiDB.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 95.4%
  • Shell 4.3%
  • Makefile 0.3%