client-go/examples
ystaticy 1f814b7a45
add func for new test keyspace tikv store (#1356)
2024-05-30 17:52:57 +08:00
..
gcworker add func for new test keyspace tikv store (#1356) 2024-05-30 17:52:57 +08:00
rawkv add func for new test keyspace tikv store (#1356) 2024-05-30 17:52:57 +08:00
txnkv add func for new test keyspace tikv store (#1356) 2024-05-30 17:52:57 +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