From 346c52eb72d7367e1258e3dd96bd06411d839ee9 Mon Sep 17 00:00:00 2001 From: Ruihang Xia Date: Wed, 2 Aug 2023 10:31:43 +0800 Subject: [PATCH] docs: update SDK list (#2062) * docs: update SDK list Signed-off-by: Ruihang Xia * correct py url Signed-off-by: Ruihang Xia --------- Signed-off-by: Ruihang Xia --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 301edeefe7..b51060310f 100644 --- a/README.md +++ b/README.md @@ -129,8 +129,12 @@ To write and query data, GreptimeDB is compatible with multiple [protocols and c ### SDK -- [GreptimeDB Java - Client](https://github.com/GreptimeTeam/greptimedb-client-java) +- [GreptimeDB C++ Client](https://github.com/GreptimeTeam/greptimedb-client-cpp) +- [GreptimeDB Erlang Client](https://github.com/GreptimeTeam/greptimedb-client-erl) +- [GreptimeDB Go Client](https://github.com/GreptimeTeam/greptimedb-client-go) +- [GreptimeDB Java Client](https://github.com/GreptimeTeam/greptimedb-client-java) +- [GreptimeDB Python Client](https://github.com/GreptimeTeam/greptimedb-client-py) (WIP) +- [GreptimeDB Rust Client](https://github.com/GreptimeTeam/greptimedb-client-rust) ## Project Status