mirror of https://github.com/tikv/client-go.git
parent
911d2b5294
commit
92afcfbf18
10
README.md
10
README.md
|
|
@ -4,7 +4,10 @@ TiKV Go Client provides support for interacting with the [TiKV](https://github.c
|
||||||
|
|
||||||

|

|
||||||
[](https://pkg.go.dev/github.com/tikv/client-go/v2)
|
[](https://pkg.go.dev/github.com/tikv/client-go/v2)
|
||||||

|
|
||||||
|
[](https://github.com/tikv/client-go/actions/workflows/test.yml)
|
||||||
|
[](https://github.com/tikv/client-go/actions/workflows/integration.yml)
|
||||||
|
[](https://github.com/tikv/client-go/actions/workflows/compatibility.yml)
|
||||||
|
|
||||||
|
|
||||||
## Package versions
|
## Package versions
|
||||||
|
|
@ -21,6 +24,8 @@ There are 2 major versions of the `client-go` package.
|
||||||
go get github.com/tikv/client-go/v2@COMMIT_HASH_OR_TAG_VERSION
|
go get github.com/tikv/client-go/v2@COMMIT_HASH_OR_TAG_VERSION
|
||||||
```
|
```
|
||||||
|
|
||||||
|
More examples can be found in [examples directory](https://github.com/tikv/client-go/tree/v2/examples).
|
||||||
|
|
||||||
## Contributing to client-go
|
## Contributing to client-go
|
||||||
|
|
||||||
Pull Requests and issues are welcomed. Please check [CONTRIBUTING.md](./CONTRIBUTING.md).
|
Pull Requests and issues are welcomed. Please check [CONTRIBUTING.md](./CONTRIBUTING.md).
|
||||||
|
|
@ -79,10 +84,11 @@ go mod download github.com/tikv/client-go/v2
|
||||||
|
|
||||||
## Used By
|
## Used By
|
||||||
|
|
||||||
This project is used by the following projects:
|
`client-go` is used by the following projects:
|
||||||
|
|
||||||
- TiDB: TiDB is an open source distributed HTAP database compatible with the MySQL protocol (https://github.com/pingcap/tidb)
|
- TiDB: TiDB is an open source distributed HTAP database compatible with the MySQL protocol (https://github.com/pingcap/tidb)
|
||||||
- BR: A command-line tool for distributed backup and restoration of the TiDB cluster data (https://github.com/pingcap/br)
|
- BR: A command-line tool for distributed backup and restoration of the TiDB cluster data (https://github.com/pingcap/br)
|
||||||
|
- TiCDC: Change data capture for TiDB (https://github.com/pingcap/ticdc)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue