fix: adjust doc table format
This commit is contained in:
parent
017a28547e
commit
67eb4451a5
|
@ -34,11 +34,11 @@ Step 4: The SQLALCHEMY URL * field is a key connection information string, and i
|
||||||
Connection string format: taosws://user:password@host:port
|
Connection string format: taosws://user:password@host:port
|
||||||
```
|
```
|
||||||
| Parameter | Parameter Description |
|
| Parameter | Parameter Description |
|
||||||
|:-------:|:---------:|
|
|:---------- |:--------- |
|
||||||
|user: | Username for logging into TDengine database
|
|user: | Username for logging into TDengine database |
|
||||||
|password: | Password for logging into TDengine database
|
|password: | Password for logging into TDengine database |
|
||||||
|host: | Name of the host where the TDengine database is located
|
|host: | Name of the host where the TDengine database is located |
|
||||||
|port: | The port that provides WebSocket services, default is 6041
|
|port: | The port that provides WebSocket services, default is 6041 |
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
The TDengine database installed on this machine provides WebSocket service port 6041, using the default username and password, and the connection string is:
|
The TDengine database installed on this machine provides WebSocket service port 6041, using the default username and password, and the connection string is:
|
||||||
|
|
|
@ -32,11 +32,11 @@ pip3 install taos-ws-py
|
||||||
连接串格式: taosws://用户名:密码@主机名:端口号
|
连接串格式: taosws://用户名:密码@主机名:端口号
|
||||||
```
|
```
|
||||||
| 参数名称 | 参数说明 |
|
| 参数名称 | 参数说明 |
|
||||||
|:-------:|:---------:|
|
|:------- |:----------------------------- |
|
||||||
| 用户名: | 登录 TDengine 数据库的用户名
|
| 用户名: | 登录 TDengine 数据库的用户名 |
|
||||||
| 密码: | 登录 TDengine 数据库的密码
|
| 密码: | 登录 TDengine 数据库的密码 |
|
||||||
| 主机名: | TDengine 数据库所在主机的名称
|
| 主机名: | TDengine 数据库所在主机的名称 |
|
||||||
| 端口号: | 提供 WebSocket 服务的端口,默认为:6041
|
| 端口号: | 提供 WebSocket 服务的端口,默认为:6041 |
|
||||||
|
|
||||||
|
|
||||||
示例:
|
示例:
|
||||||
|
|
Loading…
Reference in New Issue