website/content/docs/6.1/develop/clients/cpp.md

605 B

title description menu
C++ Client Interact with TiKV using C++.
6.1
parent weight identifier
TiKV Clients-v6.1 5 C++ Client-v6.1

{{< warning >}} Currently, the TiKV client for C++ is not released yet. {{< /warning >}}

The TiKV client for C++ is built on top of TiKV client for Rust using cxx.

This C++ client is still in the proof-of-concept stage and under development. You can track the development progress at the tikv/client-cpp repository.