Apache ShardingSphere · Example Payload

Apache Shardingsphere Data Source Request Example

DatabaseDistributed SQLRead-Write SplittingShardingSQLApacheOpen Source

Apache Shardingsphere Data Source Request Example is an example object payload from Apache ShardingSphere, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nameurlusernamepasswordmaxPoolSize

Example Payload

Raw ↑
{
  "name": "example-name",
  "url": "https://example.com",
  "username": "example-name",
  "password": "example",
  "maxPoolSize": 1234
}