An open API service indexing awesome lists of open source software.

https://github.com/pingcap/tidb-ctl

TiDB Controller
https://github.com/pingcap/tidb-ctl

Last synced: 11 months ago
JSON representation

TiDB Controller

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/pingcap/tidb-ctl.svg?branch=master)](https://travis-ci.org/pingcap/tidb-ctl)
[![Go Report Card](https://goreportcard.com/badge/github.com/pingcap/tidb-ctl)](https://goreportcard.com/report/github.com/pingcap/tidb-ctl)

## 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](doc/tidb-ctl.md).

### Build

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