fix: table algin with
This commit is contained in:
parent
2a67e48917
commit
8201870bbe
|
@ -36,7 +36,7 @@ Step 4: The "SQLALCHEMY URL" field is a key connection information string, and i
|
|||
```bash
|
||||
taosws://user:password@host:port
|
||||
```
|
||||
| Parameter | <div align=center>Parameter Description</div> |
|
||||
| Parameter | Parameter Description |
|
||||
|:---------- |:--------------------------------------------------------- |
|
||||
|user | Username for logging into TDengine database |
|
||||
|password | Password for logging into TDengine database |
|
||||
|
|
|
@ -33,8 +33,8 @@ pip3 install taos-ws-py
|
|||
```bash
|
||||
taosws://用户名:密码@主机名:端口号
|
||||
```
|
||||
| 参数名称 | 参数说明 |
|
||||
|:------- |:-------------------------------- :|
|
||||
| 参数名称 | 参数说明 |
|
||||
|:------- |:-------------------------------- |
|
||||
| 用户名 | 登录 TDengine 数据库用户名 |
|
||||
| 密码 | 登录 TDengine 数据库密码 |
|
||||
| 主机名 | TDengine 数据库所在主机名称 |
|
||||
|
|
Loading…
Reference in New Issue