Go client for TiKV
Go to file
disksing a76108498b
*: add integration_tests (#82)
2021-06-16 14:57:17 +08:00
.github *: add integration_tests (#82) 2021-06-16 14:57:17 +08:00
client *: init v2 branch (#77) 2021-06-11 12:01:46 +08:00
config *: init v2 branch (#77) 2021-06-11 12:01:46 +08:00
error *: init v2 branch (#77) 2021-06-11 12:01:46 +08:00
integration_tests *: add integration_tests (#82) 2021-06-16 14:57:17 +08:00
kv *: init v2 branch (#77) 2021-06-11 12:01:46 +08:00
latch *: init v2 branch (#77) 2021-06-11 12:01:46 +08:00
locate *: sync updates from pingcap/tidb (#81) 2021-06-16 12:04:47 +08:00
logutil *: init v2 branch (#77) 2021-06-11 12:01:46 +08:00
metrics Update the SafeTS metrics (#83) 2021-06-16 14:02:03 +08:00
mockstore *: init v2 branch (#77) 2021-06-11 12:01:46 +08:00
oracle *: init v2 branch (#77) 2021-06-11 12:01:46 +08:00
retry *: init v2 branch (#77) 2021-06-11 12:01:46 +08:00
tikv Update the SafeTS metrics (#83) 2021-06-16 14:02:03 +08:00
tikvrpc *: init v2 branch (#77) 2021-06-11 12:01:46 +08:00
unionstore *: init v2 branch (#77) 2021-06-11 12:01:46 +08:00
util *: init v2 branch (#77) 2021-06-11 12:01:46 +08:00
.gitignore fix RowKVClient scan method can't rightly break loop (#43) 2020-01-10 18:13:06 +08:00
LICENSE Initial commit 2018-12-01 12:03:35 +08:00
README.md add readme (#80) 2021-06-15 16:21:43 +08:00
go.mod *: init v2 branch (#77) 2021-06-11 12:01:46 +08:00

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:

License

Apache License 2.0