TiDB storage provided and features tested (#1978)

* add TiDB configuration description.

* add tested mysql client driver version
This commit is contained in:
Jared.Tan 2018-11-29 20:10:01 +08:00 committed by 吴晟 Wu Sheng
parent 9c642d50d8
commit 4392ec3ee9
1 changed files with 12 additions and 1 deletions

View File

@ -60,7 +60,18 @@ All connection related settings including link url, username and password
are in `databsource-settings.properties`.
This setting file follow [HikariCP](https://github.com/brettwooldridge/HikariCP) connection pool document.
## TiDB
Currently tested TiDB in version 2.0.9, and Mysql Client driver in version 8.0.13.
Active TiDB as storage, set storage provider to **mysql**.
```yaml
storage:
mysql:
```
All connection related settings including link url, username and password
are in `databsource-settings.properties`. And these settings can refer to the configuration of *MySQL* above.
## More storage solution extension
Follow [Storage extension development guide](../../guides/storage-extention.md)
in [Project Extensions document](../../guides/README.md#project-extensions) in development guide.
in [Project Extensions document](../../guides/README.md#project-extensions) in development guide.