Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.23 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.23 KB

TiKV Go Client

TiKV Go Client provides support for interacting with the TiKV server in the form of a Go library.

Stability Active Go Reference

Package versions

There are 2 major versions of the client-go package.

  • v2 is the new stable and active version. This version was extracted from pingcap/tidb and it includes new TiKV features like Follower Read, 1PC, Async Commit. The development of this version is on the v2 branch. The documentation for this version is below.

  • v1 is the previous stable version and is only maintained for bug fixes. You can read the documentation here.

Usage/Examples

  go get github.com/tikv/client-go/v2@COMMIT_HASH_OR_TAG_VERSION

Running Tests

To run tests, run the following command

  go test ./...

Used By

This project is used by the following projects:

License

Apache License 2.0