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.
Package | NuGet | Readme | Documentation |
---|---|---|---|
Ydb.Sdk |
README |
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.
We welcome contributions! Please see CONTRIBUTING.md for guidelines.
This repository is licensed under the Apache 2.0 License.
See examples folder