--- title: C++ Client description: Interact with TiKV using C++. menu: "5.1": parent: TiKV Clients weight: 5 --- {{< 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](https://github.com/tikv/client-rust) using [cxx](https://github.com/dtolnay/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](https://github.com/tikv/client-cpp/) repository.