ydb-platform / ydb-platform/ydb-cpp-sdk
YDB C++ SDK in a separate repo
Open
@Gazizonoki is already working on this.
Since Feb 15, 2024.
enhancement
- Dominant language
- C++
- Stars
- 19
- Forks
- 31
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 10
Description
The YDB C++ SDK has been moved from the main YDB GitHub repository to a separate repository. The main goals of this move are:
- To become accessible and convenient for external C++ users
- To switch to a release model
Therefore, an important goal for the C++ SDK is to abandon util and library/cpp in favor of the STL. Many classes from there are either custom counterparts of STL components or are specific only to the internal environment and are not suitable for use in open source.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.