Learn how to use TiKV Clients for different languages.
TiKV Clients
TiKV provides the following clients developed in different programming languages:
- Java Client‘s RawKV API is ready for production.
- Go Client is still in the proof-of-concept stage and under development.
- Rust Client is still in the proof-of-concept stage and under development.
- Python Client is still in the proof-of-concept stage and under development.
- C++ Client is still in the proof-of-concept stage and under development.
RawKV and TxnKV
TiKV provides both transactional (TxnKV) API and non-transactional (RawKV) API.
Learn how to use RawKV API: