Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiabee/tidb-tools-security-test
security test for tidb-tools
https://github.com/xiabee/tidb-tools-security-test
Last synced: about 2 months ago
JSON representation
security test for tidb-tools
- Host: GitHub
- URL: https://github.com/xiabee/tidb-tools-security-test
- Owner: xiabee
- License: apache-2.0
- Created: 2024-02-28T05:30:15.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T02:41:56.000Z (3 months ago)
- Last Synced: 2024-09-18T06:12:06.743Z (3 months ago)
- Language: Go
- Size: 633 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tidb-tools
tidb-tools are some useful tool collections for [TiDB](https://github.com/pingcap/tidb).
## How to build
```
make build # build all toolsmake 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.