TiDB storage provided and features tested (#1978)
* add TiDB configuration description. * add tested mysql client driver version
This commit is contained in:
parent
9c642d50d8
commit
4392ec3ee9
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue