Registry / cloud / aliyun-aliyun-tablestore-go-sdk

aliyun-aliyun-tablestore-go-sdk

JSON →
library4.1.3+incompatiblegogounverified

Go SDK for Alibaba Cloud Table Store, a NoSQL database service.

go get github.com/aliyun/aliyun-tablestore-go-sdk
INSTALL
IMPORT
SIG · ALIYUN-ALIYUN-TABL
A
aliyun-aliyun-tablestore-go-sdk
cloudgov4.1.3+incompatible
harness data pending
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.

tablestore
github.com/aliyun/aliyun-tablestore-go-sdk

Initializes a Table Store client

package main import ( "fmt" "github.com/aliyun/aliyun-tablestore-go-sdk/tablestore" ) func main() { client := tablestore.NewClient("endpoint", "instance", "accessKeyId", "accessKeySecret") fmt.Println(client) }
Debug
Known issues
breakingThe SDK uses an incompatible major version tag; use v4 import path.
fix
Import as github.com/aliyun/aliyun-tablestore-go-sdk/v4/tablestore
affects: >=4.0.0
Upgrade
Version history
4.1.3+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
43 hits · last 30 days
node
36
OpenAI (training)
1
Resources
aliyun-aliyun-tablestore-go-sdk — go get aliyun-aliyun-tablestore-go-sdk · libregistry