新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!

392cb085

TiKV Go Client

Fork from

version: v1.0.2 commit: 2c987748

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

Its main codes and structure are stripped from the pingcap/tidb repository. The main reason for extracting this repo is to provide a cleaner option without directly accessing github.com/pingcap/tidb/store/tikv and introducing a lot of unnecessary dependencies.

There are examples of how to use them in the example/ directory. Please note that it is not recommended or supported to use both the raw and transactional APIs on the same keyspace.