Merge pull request #873 from taosdata/guanshengliang-patch-1-1

Update connector-ch.md
This commit is contained in:
fangpanpan 2019-12-07 16:06:32 +08:00 committed by GitHub
commit 4b15fd32af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 21 deletions

View File

@ -1047,30 +1047,30 @@ https://gitee.com/maikebing/Maikebing.EntityFrameworkCore.Taos
```
├── cfg
│   └── taos.cfg
├───└── taos.cfg
├── connector
│   ├── go
│   ├── grafana
│   ├── jdbc
│   └── python
├───├── go
├───├── grafana
├───├── jdbc
├───└── python
├── driver
│   ├── taos.dll
│   ├── taos.exp
│   └── taos.lib
├───├── taos.dll
├───├── taos.exp
├───└── taos.lib
├── examples
│   ├── bash
│   ├── c
│   ├── C#
│   ├── go
│   ├── JDBC
│   ├── lua
│   ├── matlab
│   ├── nodejs
│   ├── python
│   ├── R
│   └── rust
├───├── bash
├───├── c
├───├── C#
├───├── go
├───├── JDBC
├───├── lua
├───├── matlab
├───├── nodejs
├───├── python
├───├── R
├───└── rust
├── include
│   └── taos.h
├───└── taos.h
└── taos.exe
```