Skip to content

ydb-platform/ydb-dotnet-sdk

YDB .NET Ecosystem

Telegram Telegram WebSite

Overview

This repository contains all official C# components for working with YDB:

  • Ydb.Sdk - Core SDK includes an ADO.NET provider and a topic (Writer / Reader) client.
  • EntityFrameworkCore.Ydb - Entity Framework Core integration.

Packages

Package NuGet Readme Documentation
Ydb.Sdk NuGet README

Versioning

We follow the SemVer 2.0.0. In particular, we provide backward compatibility in the MAJOR releases. New features without loss of backward compatibility appear on the MINOR release. In the minor version, the patch number starts from 0. Bug fixes and internal changes are released with the third digit (PATCH) in the version.

Major version zero (0.y.z) is considered prerelease and do not guarantee any backward compatibility.

Contributing

We welcome contributions! Please see CONTRIBUTING.md for guidelines.

License

This repository is licensed under the Apache 2.0 License.

Examples

See examples folder