.gitmodules 869 字节
Newer Older
sangshuduo's avatar
sangshuduo 已提交
1 2
[submodule "src/connector/go"]
	path = src/connector/go
Z
zyyang 已提交
3
	url = git@github.com:taosdata/driver-go.git
4 5
[submodule "src/connector/hivemq-tdengine-extension"]
	path = src/connector/hivemq-tdengine-extension
Z
zyyang 已提交
6
	url = git@github.com:taosdata/hivemq-tdengine-extension.git
7 8 9
[submodule "deps/jemalloc"]
	path = deps/jemalloc
	url = https://github.com/jemalloc/jemalloc
T
tickduan 已提交
10 11 12
[submodule "deps/TSZ"]
	path = deps/TSZ
	url = https://github.com/taosdata/TSZ.git
13 14 15
[submodule "examples/rust"]
	path = examples/rust
	url = https://github.com/songtianyi/tdengine-rust-bindings.git
16 17 18
[submodule "tools/taos-tools"]
	path = tools/taos-tools
	url = https://github.com/taosdata/taos-tools
19 20 21
[submodule "tools/taosadapter"]
	path = tools/taosadapter
	url = https://github.com/taosdata/taosadapter.git
22 23 24
[submodule "tools/taosws-rs"]
	path = tools/taosws-rs
	url = https://github.com/taosdata/taosws-rs.git