Merge pull request #873 from taosdata/guanshengliang-patch-1-1
Update connector-ch.md
This commit is contained in:
commit
4b15fd32af
|
@ -1047,30 +1047,30 @@ https://gitee.com/maikebing/Maikebing.EntityFrameworkCore.Taos
|
||||||
|
|
||||||
```
|
```
|
||||||
├── cfg
|
├── cfg
|
||||||
│ └── taos.cfg
|
├───└── taos.cfg
|
||||||
├── connector
|
├── connector
|
||||||
│ ├── go
|
├───├── go
|
||||||
│ ├── grafana
|
├───├── grafana
|
||||||
│ ├── jdbc
|
├───├── jdbc
|
||||||
│ └── python
|
├───└── python
|
||||||
├── driver
|
├── driver
|
||||||
│ ├── taos.dll
|
├───├── taos.dll
|
||||||
│ ├── taos.exp
|
├───├── taos.exp
|
||||||
│ └── taos.lib
|
├───└── taos.lib
|
||||||
├── examples
|
├── examples
|
||||||
│ ├── bash
|
├───├── bash
|
||||||
│ ├── c
|
├───├── c
|
||||||
│ ├── C#
|
├───├── C#
|
||||||
│ ├── go
|
├───├── go
|
||||||
│ ├── JDBC
|
├───├── JDBC
|
||||||
│ ├── lua
|
├───├── lua
|
||||||
│ ├── matlab
|
├───├── matlab
|
||||||
│ ├── nodejs
|
├───├── nodejs
|
||||||
│ ├── python
|
├───├── python
|
||||||
│ ├── R
|
├───├── R
|
||||||
│ └── rust
|
├───└── rust
|
||||||
├── include
|
├── include
|
||||||
│ └── taos.h
|
├───└── taos.h
|
||||||
└── taos.exe
|
└── taos.exe
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue