Registry /
cloud / tencentcloud-tencentcloud-sdk-go-tencentcloud-cdb
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
cdb
✓ github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/cdb
Creates a CDB client with credentials and region.
package main
import (
"github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common"
"github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/cdb"
)
func main() {
credential := common.NewCredential("secretId", "secretKey")
client, _ := cdb.NewClient(credential, "ap-guangzhou")
_ = client
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.0.1080latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.