TDengine/.gitmodules
Shuduo Sang 0b8b1e7950
Test/sangshuduo/td 13408 move example back for 3.0 (#10296)
* [TD-13408]<test>: move examples back to TDegnine

for 3.0

* update tests for 3.0

* [TD-13408]<test>: move rust example back

for 3.0
2022-02-17 12:20:48 +08:00

19 lines
644 B
Text

[submodule "src/connector/go"]
path = src/connector/go
url = git@github.com:taosdata/driver-go.git
[submodule "src/connector/hivemq-tdengine-extension"]
path = src/connector/hivemq-tdengine-extension
url = git@github.com:taosdata/hivemq-tdengine-extension.git
[submodule "deps/jemalloc"]
path = deps/jemalloc
url = https://github.com/jemalloc/jemalloc
[submodule "deps/TSZ"]
path = deps/TSZ
url = https://github.com/taosdata/TSZ.git
[submodule "tests"]
path = tests
url = https://github.com/taosdata/tests
branch = 3.0
[submodule "examples/rust"]
path = examples/rust
url = https://github.com/songtianyi/tdengine-rust-bindings.git