r2dbc-mysql icon indicating copy to clipboard operation
r2dbc-mysql copied to clipboard

Support r2dbc-spi's extension(optional) interface 'Wrapped'

Open jchrys opened this issue 2 years ago • 0 comments

The Wrapped interface is an optional extension provided by the R2DBC specification to access an instance of a resource which has been wrapped and for implementers to expose wrapped resources.

By implementing the Wrapped interface, vendors can expose their vendor-specific resources in a standard way.

This feature is not mandatory to implement, but we would like to add support for it in our implementation.

Refer to the R2DBC specification for more details: https://r2dbc.io/spec/1.0.0.RELEASE/spec/html/#wrapped.

jchrys avatar Apr 01 '23 15:04 jchrys