Registry / database / ydb-platform-ydb-go-sdk-v3

ydb-platform-ydb-go-sdk-v3

JSON →
library3.139.7gogounverified

Official Go SDK for YDB, a distributed SQL database.

go get github.com/ydb-platform/ydb-go-sdk/v3
INSTALL
IMPORT
SIG · YDB-PLATFORM-YDB-G
Y
ydb-platform-ydb-go-sdk-v3
databasegov3.139.7
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.

ydb
github.com/ydb-platform/ydb-go-sdk/v3

Opens a connection to a YDB database.

package main import ( "context" "github.com/ydb-platform/ydb-go-sdk/v3" ) func main() { ctx := context.Background() db, err := ydb.Open(ctx, "grpc://localhost:2136/local") if err != nil { panic(err) } defer db.Close(ctx) }
Debug
Known issues
breakingBreaking changes between v2 and v3
fix
Refer to migration guide from v2 to v3 for API changes.
affects: <3.0.0
Upgrade
Version history
3.139.7latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
22
OpenAI (training)
2
Resources
ydb-platform-ydb-go-sdk-v3 — go get ydb-platform-ydb-go-sdk-v3 · libregistry