Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 565 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 565 Bytes

Build Status Go Report Card

tidb-ctl

TiDB Controller

Synopsis

TiDB Controller (tidb-ctl) is a command line tool for TiDB Server (tidb-server).

Usage

See usage documents tidb-ctl.

Build

  • make to build tidb-ctl.
  • make doc to update the documents.
  • make test to test the whole package.