Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
taosdata
TDengine
提交
c84d74b6
T
TDengine
项目概览
taosdata
/
TDengine
1 年多 前同步成功
通知
1185
Star
22016
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看板
未验证
提交
c84d74b6
编写于
8月 01, 2022
作者:
B
Bo Ding
提交者:
GitHub
8月 01, 2022
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
docs: fix grammer error (#15646)
* docs: fix grammer error * docs: typo
上级
dbabc4ab
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
4 addition
and
5 deletion
+4
-5
docs/en/14-reference/03-connector/python.mdx
docs/en/14-reference/03-connector/python.mdx
+2
-3
docs/zh/14-reference/03-connector/python.mdx
docs/zh/14-reference/03-connector/python.mdx
+2
-2
未找到文件。
docs/en/14-reference/03-connector/python.mdx
浏览文件 @
c84d74b6
...
...
@@ -110,7 +110,7 @@ If you have multiple versions of Python on your system, you may have various `pi
C:\> pip3 install taospy
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Requirement already satisfied: taospy in c:\users\username\appdata\local\programs\python\python310\lib\site-packages (2.3.0)
```
:::
## Establish connection
...
...
@@ -255,7 +255,7 @@ The TaosCursor class uses native connections for write and query operations. In
##### Use of TaosRestCursor class
The `
`TaosRestCursor`
` class is an implementation of the PEP249 Cursor interface.
The `
TaosRestCursor
` class is an implementation of the PEP249 Cursor interface.
```python title="Use of TaosRestCursor"
{{#include docs/examples/python/connect_rest_examples.py:basic}}
...
...
@@ -294,7 +294,6 @@ For a more detailed description of the `sql()` method, please refer to [RestClie
```
</TabItem>
<Tabs default="native+sqlalchemy">
<TabItem value="native+sqlalchemy" label="Native + SQLAlchemy">
```python
...
...
docs/zh/14-reference/03-connector/python.mdx
浏览文件 @
c84d74b6
...
...
@@ -26,7 +26,7 @@ Python 连接器的源码托管在 [GitHub](https://github.com/taosdata/taos-con
## 支持的功能
- 原生连接支持 TDe
i
ngine 的所有核心功能, 包括: 连接管理、执行 SQL、参数绑定、订阅、无模式写入(schemaless)。
- 原生连接支持 TDengine 的所有核心功能, 包括: 连接管理、执行 SQL、参数绑定、订阅、无模式写入(schemaless)。
- REST 连接支持的功能包括:连接管理、执行 SQL。 (通过执行 SQL 可以: 管理数据库、管理表和超级表、写入数据、查询数据、创建连续查询等)。
## 安装
...
...
@@ -201,7 +201,7 @@ curl -u root:taosdata http://<FQDN>:<PORT>/rest/sql -d "select server_version()"
- `url`: taosAdapter REST 服务的 URL。默认是 <http://localhost:6041>。
- `user`: TDenigne 用户名。默认是 root。
- `password`: TDe
i
ngine 用户密码。默认是 taosdata。
- `password`: TDengine 用户密码。默认是 taosdata。
- `timeout`: HTTP 请求超时时间。单位为秒。默认为 `socket._GLOBAL_DEFAULT_TIMEOUT`。 一般无需配置。
</TabItem>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录