fix: table align and describe

This commit is contained in:
Alex Duan 2024-12-16 15:08:30 +08:00
parent 5b9d976e3e
commit 2a67e48917
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ pip3 install taos-ws-py
```bash ```bash
taosws://用户名:密码@主机名:端口号 taosws://用户名:密码@主机名:端口号
``` ```
| 参数名称 | <div align=center>参数说明</div> | | 参数名称 | 参数说明 |
|:------- |:-------------------------------- | |:------- |:-------------------------------- :|
| 用户名 | 登录 TDengine 数据库用户名 | | 用户名 | 登录 TDengine 数据库用户名 |
| 密码 | 登录 TDengine 数据库密码 | | 密码 | 登录 TDengine 数据库密码 |
| 主机名 | TDengine 数据库所在主机名称 | | 主机名 | TDengine 数据库所在主机名称 |