fix: adjust doc table format

This commit is contained in:
Alex Duan 2024-12-13 16:27:48 +08:00
parent 017a28547e
commit 67eb4451a5
2 changed files with 10 additions and 10 deletions

View File

@ -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
```
| Parameter | Parameter Description |
|:-------:|:---------:|
|user: | Username for logging into TDengine database
|password: | Password for logging into TDengine database
|host: | Name of the host where the TDengine database is located
|port: | The port that provides WebSocket services, default is 6041
|:---------- |:--------- |
|user: | Username for logging into TDengine database |
|password: | Password for logging into TDengine database |
|host: | Name of the host where the TDengine database is located |
|port: | The port that provides WebSocket services, default is 6041 |
Example:
The TDengine database installed on this machine provides WebSocket service port 6041, using the default username and password, and the connection string is:

View File

@ -32,11 +32,11 @@ pip3 install taos-ws-py
连接串格式: taosws://用户名:密码@主机名:端口号
```
| 参数名称 | 参数说明 |
|:-------:|:---------:|
| 用户名: | 登录 TDengine 数据库的用户名
| 密码: | 登录 TDengine 数据库的密码
| 主机名: | TDengine 数据库所在主机的名称
| 端口号: | 提供 WebSocket 服务的端口默认为6041
|:------- |:----------------------------- |
| 用户名: | 登录 TDengine 数据库的用户名 |
| 密码: | 登录 TDengine 数据库的密码 |
| 主机名: | TDengine 数据库所在主机的名称 |
| 端口号: | 提供 WebSocket 服务的端口默认为6041 |
示例: