youjiali1995 / client-go

Go client for TiKV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TiKV Go Client

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.

About

Go client for TiKV

License:Apache License 2.0


Languages

Language:Go 100.0%Language:Makefile 0.0%