You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding Spanner JSON Type support
JSON support is present in Client library since 6.12.0 release.
This PR intend to add JSON support to our repo.
Note that ARRAY support is not included and is intended as a follow-up PR to this. (created issue to track #458)
The major changes include:
- Add a JsonWrapper class.
- Add binder and decoder.
- Add String to JsonWrapper for read.
- Add to r2dbc sample and spring data r2dbc sample
- README docs
- register JsonWrapper.class as simple type in spring data dialect.
- register converters to/from Map in spring data dialect as default converters.
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.
The text was updated successfully, but these errors were encountered: