diff --git a/README-CN.md b/README-CN.md index 95387433da3423a25691cf20303c23df9932af4e..8ad0173b055c7bbae99607dcac7861dd294f7c97 100644 --- a/README-CN.md +++ b/README-CN.md @@ -300,14 +300,6 @@ TDengine 提供了丰富的应用程序开发接口,其中包括 C/C++、Java - [Rust](https://www.taosdata.com/cn/documentation/connector/rust) -## 第三方连接器 - -TDengine 社区生态中也有一些非常友好的第三方连接器,可以通过以下链接访问它们的源码。 - -- [Rust Bindings](https://github.com/songtianyi/tdengine-rust-bindings/tree/master/examples) -- [.Net Core Connector](https://github.com/maikebing/Maikebing.EntityFrameworkCore.Taos) -- [Lua Connector](https://github.com/taosdata/TDengine/tree/develop/examples/lua) - # 运行和添加测试例 TDengine 的测试框架和所有测试例全部开源。 diff --git a/README.md b/README.md index 72e441f92a576b483344fb9aaa3a411ea6aba47a..5e306fc07e6f89c3b496b822f214a982224e4509 100644 --- a/README.md +++ b/README.md @@ -321,14 +321,6 @@ TDengine provides abundant developing tools for users to develop on TDengine. Fo - [Node.js](https://www.taosdata.com/en/documentation/connector#nodejs) - [Rust](https://www.taosdata.com/en/documentation/connector/rust) -## Third Party Connectors - -The TDengine community has also kindly built some of their own connectors! Follow the links below to find the source code for them. - -- [Rust Bindings](https://github.com/songtianyi/tdengine-rust-bindings/tree/master/examples) -- [.Net Core Connector](https://github.com/maikebing/Maikebing.EntityFrameworkCore.Taos) -- [Lua Connector](https://github.com/taosdata/TDengine/tree/develop/tests/examples/lua) - # How to run the test cases and how to add a new test case TDengine's test framework and all test cases are fully open source.