GoogleCloudPlatform / cloud-spanner-r2dbc

R2DBC driver for Google Cloud Spanner
Apache License 2.0
57 stars 29 forks source link

Spanner ARRAY<JSON> support #458

Open zhumin8 opened 3 years ago

zhumin8 commented 3 years ago

This is a follow up on #456

JSON and ARRAY support is present in Client library since 6.12.0 release. Need to add ARRAY support to cloud spanner r2dbc.

elefeint commented 3 years ago

Upvote this issue if you are interested in JSON array support in R2DBC.