blob: b7422d385d08ce132bc4e9a588c4685e9c85bbe9 (
plain) (
blame)
1
2
3
4
5
6
|
# Public APIs and Client SDKs for Yandex Database (YDB)
`api` -- public API for YDB is implemented via gRPC framework;
`lib` -- some common libraries used by public SDKs and YDB core itself;
`sdk` -- programming language specific client SDK. If you are building an application on top of YDB these SDKs are for you;
`tools` -- developer tools: recipe to be used in tests, program to setup local YDB cluster.
|