DataSource
Physical data source configuration
DatabaseDistributed SQLRead-Write SplittingShardingSQLApacheOpen Source
Properties
| Name |
Type |
Description |
| name |
string |
Data source name |
| url |
string |
JDBC connection URL |
| username |
string |
Database username |
| maxPoolSize |
integer |
Maximum connection pool size |
| minPoolSize |
integer |
Minimum connection pool size |
| type |
string |
Connection pool type (HikariCP, etc.) |
JSON Schema