mirror of https://github.com/tikv/client-go.git
add readme (#80)
This commit is contained in:
parent
1cb7de4762
commit
a34c866361
|
|
@ -0,0 +1,34 @@
|
|||
# TiKV Go Client
|
||||
|
||||
TiKV Go Client provides support for interacting with the TiKV server in the form of a Go library.
|
||||
|
||||
## Usage/Examples
|
||||
|
||||
TODO
|
||||
|
||||
## Running Tests
|
||||
|
||||
To run tests, run the following command
|
||||
|
||||
```bash
|
||||
go test ./...
|
||||
```
|
||||
|
||||
## FAQ
|
||||
|
||||
#### Difference between v1 and v2 version
|
||||
|
||||
The v2 version is extracted from the TiDB project and will be kept up to date afterwards.
|
||||
|
||||
v1 will be gradually abandoned for maintenance and is currently placed in the master branch for compatibility reasons.
|
||||
|
||||
## Used By
|
||||
|
||||
This project is used by the following projects:
|
||||
|
||||
- TiDB (https://github.com/pingcap/tidb)
|
||||
|
||||
|
||||
## License
|
||||
|
||||
[Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
||||
Loading…
Reference in New Issue