mirror of https://github.com/tikv/client-go.git
|
|
||
|---|---|---|
| .github | ||
| client | ||
| config | ||
| error | ||
| integration_tests | ||
| kv | ||
| latch | ||
| locate | ||
| logutil | ||
| metrics | ||
| mockstore | ||
| oracle | ||
| retry | ||
| tikv | ||
| tikvrpc | ||
| unionstore | ||
| util | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| go.mod | ||
README.md
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
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: