client-go/examples
orion 947d923945
fix:move tikv.NewTxnClient to txnk.NewClient (#534)
Signed-off-by: 583373805 <583373805@qq.com>
2022-06-27 14:35:00 +08:00
..
gcworker fix:move tikv.NewTxnClient to txnk.NewClient (#534) 2022-06-27 14:35:00 +08:00
rawkv Bump go version to 1.16 (#379) 2021-11-18 06:06:13 -08:00
txnkv fix:move tikv.NewTxnClient to txnk.NewClient (#534) 2022-06-27 14:35:00 +08:00
.gitignore examples/*: rm go.sum (#231) 2021-07-13 07:17:17 +00:00
README.md examples/*: rm go.sum (#231) 2021-07-13 07:17:17 +00:00

README.md

TiKV Go Client Example

TiKV Go Client Example provides examples for TiKV Go Client

Developing

Building Examples:

To build examples/rawkv:

cd ./examples/rawkv
go mod tidy
go build