/go-tidbcloud-sdk-v1

A Go wrapper for TiDB Cloud OpenAPI v1

Primary LanguageGoApache License 2.0Apache-2.0

go-tidbcloud-sdk-v1

Unofficial Go wrapper for TiDB Cloud OpenAPI v1beta

Most generated code are from offical OpenAPI specification(Swagger 2.0, JSON): https://download.pingcap.org/tidbcloud-oas.json

Codegen: swagger generate client -f ./tidbcloud-oas.json -A go-tidbcloud

Usage

  1. Register TiDB Cloud (free & easy): https://tidb.cloud
  2. Create an API Key, follow the document here: https://docs.pingcap.com/tidbcloud/api/v1beta#section/Get-Started
  3. See example/main.go for more detail usage

Enjoy it! 😉

Related Projects