Skip to content

ydb-platform/ydb-dotnet-sdk

Folders and files

NameName
Last commit message
Last commit date
Apr 11, 2025
Apr 11, 2025
Apr 17, 2025
Apr 17, 2025
Mar 19, 2025
Sep 25, 2023
Sep 21, 2021
Apr 11, 2025
May 6, 2024
Apr 20, 2025
Apr 11, 2025

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 ADO.NET, YDB Topic

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