Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
taosdata
TDengine
提交
4583ecf0
T
TDengine
项目概览
taosdata
/
TDengine
大约 2 年 前同步成功
通知
1193
Star
22018
Fork
4786
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
TDengine
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1
Issue
1
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
4583ecf0
编写于
2月 06, 2023
作者:
wmmhello
浏览文件
操作
浏览文件
下载
差异文件
Merge branch '3.0' of
https://github.com/taosdata/TDengine
into fix/TD-21899
上级
762f6466
ba73ba93
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
22 addition
and
2 deletion
+22
-2
docs/en/14-reference/03-connector/08-node.mdx
docs/en/14-reference/03-connector/08-node.mdx
+12
-2
docs/zh/08-connector/35-node.mdx
docs/zh/08-connector/35-node.mdx
+10
-0
未找到文件。
docs/en/14-reference/03-connector/08-node.mdx
浏览文件 @
4583ecf0
...
@@ -60,9 +60,19 @@ Please refer to [version support list](/reference/connector#version-support)
...
@@ -60,9 +60,19 @@ Please refer to [version support list](/reference/connector#version-support)
- `python` (recommended for `v2.7` , `v3.x.x` currently not supported)
- `python` (recommended for `v2.7` , `v3.x.x` currently not supported)
- `@tdengine/client` 3.0.0 supports Node.js LTS v10.9.0 or later and Node.js LTS v12.8.0 or later. Older versions may be incompatible.
- `@tdengine/client` 3.0.0 supports Node.js LTS v10.9.0 or later and Node.js LTS v12.8.0 or later. Older versions may be incompatible.
- `make`
- `make`
- C compiler, [GCC](https://gcc.gnu.org) v4.8.5 or
higher
- C compiler, [GCC](https://gcc.gnu.org) v4.8.5 or
later.
</TabItem>
</TabItem>
<TabItem value="macOS" label="macOS installation dependencies">
- `python` (recommended for `v2.7` , `v3.x.x` currently not supported)
- `@tdengine/client` 3.0.0 currently supports Node.js from v12.22.12, but only later versions of v12. Other versions may be incompatible.
- `make`
- C compiler, [GCC](https://gcc.gnu.org) v4.8.5 or later.
</TabItem>
<TabItem value="Windows" label="Windows system installation dependencies">
<TabItem value="Windows" label="Windows system installation dependencies">
- Installation method 1
- Installation method 1
...
@@ -250,4 +260,4 @@ let cursor = conn.cursor();
...
@@ -250,4 +260,4 @@ let cursor = conn.cursor();
## API Reference
## API Reference
[API Reference](https://docs.taosdata.com/api/td2.0-connector/)
[API Reference](https://docs.taosdata.com/api/td2.0-connector/)
\ No newline at end of file
docs/zh/08-connector/35-node.mdx
浏览文件 @
4583ecf0
...
@@ -62,6 +62,16 @@ REST 连接器支持所有能运行 Node.js 的平台。
...
@@ -62,6 +62,16 @@ REST 连接器支持所有能运行 Node.js 的平台。
- C 语言编译器,[GCC](https://gcc.gnu.org) v4.8.5 或更高版本
- C 语言编译器,[GCC](https://gcc.gnu.org) v4.8.5 或更高版本
</TabItem>
</TabItem>
<TabItem value="macOS" label="macOS 系统安装依赖工具">
- `python` (建议`v2.7` , `v3.x.x` 目前还不支持)
- `@tdengine/client` 3.0.0 目前是只支持 Node.js v12.22.12 或 v12 的更高版本;其他版本可能存在包兼容性的问题
- `make`
- C 语言编译器,[GCC](https://gcc.gnu.org) v4.8.5 或更高版本
</TabItem>
<TabItem value="Windows" label="Windows 系统安装依赖工具">
<TabItem value="Windows" label="Windows 系统安装依赖工具">
- 安装方法 1
- 安装方法 1
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录