mirror of https://github.com/tikv/website.git
640 B
640 B
title | description | menu | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
Python Client | Interact with TiKV using Python. |
|
TiKV client for python is built on top of TiKV Client in Rust via CFFI and PyO3 Python binding.
The Python client is still in the proof-of-concept stage and under development. You can track the development at tikv/client-py repository.
{{< warning >}} You should not use the Python client for production use until it is released. {{< /warning >}}