asyncer-io / r2dbc-mysql

Reactive Relational Database Connectivity for MySQL. The official successor to mirromutth/r2dbc-mysql(dev.miku:r2dbc-mysql).
https://r2dbc.io
Apache License 2.0
206 stars 21 forks source link

Add Spring Framework and R2DBC-SPI Compatibility Table #107

Closed jchrys closed 1 year ago

jchrys commented 1 year ago

Motivation: Provide users with a clear reference to select the appropriate version of r2dbc-mysql for their project.

Modifications: Added a compatibility table to the README.md file, which displays the recommended r2dbc-mysql version for each combination of spring-boot-starter-data-r2dbc, spring-data-r2dbc, and r2dbc-spi versions.

Result: Users can easily identify the correct r2dbc-mysql version to use based on their project's Spring Framework and R2DBC-SPI versions.