Reference for YDB SDK
To work with YDB, OpenSource SDKs are available for the following programming languages:
| Language | GitHub Repository | API Reference |
|---|---|---|
| Go | ydb-platform/ydb-go-sdk | https://pkg.go.dev/github.com/ydb-platform/ydb-go-sdk/v3 |
| Java | ydb-platform/ydb-java-sdk | N/A |
| Python | ydb-platform/ydb-python-sdk | https://ydb-platform.github.io/ydb-python-sdk |
| C# | ydb-platform/ydb-dotnet-sdk | N/A |
| JavaScript | ydb-platform/ydb-js-sdk | https://ydb.js.org |
| Rust | ydb-platform/ydb-rs-sdk | N/A |
| C++ | ydb-platform/ydb-cpp-sdk | N/A |
| PHP | ydb-platform/ydb-php-sdk | N/A |
The SDK documentation contains the following sections:
- Installation
- Authentication
- Handling errors
- SDK feature comparison
- Parameterized queries
- Data formats
- Working with topics
- Working with coordination nodes
- Observability
See also:
Was the article helpful?
Previous
Next