Skip to content

Commit af54bae

Browse files
authored
Add Spring Framework and R2DBC-SPI Compatibility Table (#107)
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.
1 parent d274c70 commit af54bae

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ This implementation is not intended to be used directly, but rather to be
77
used as the backing implementation for a humane client library to
88
delegate to. See [R2DBC Homepage](https://r2dbc.io).
99

10+
## Spring-framework and R2DBC-SPI Compatibility
11+
Refer to the table below to determine the appropriate version of r2dbc-mysql for your project.
12+
13+
| spring-boot-starter-data-r2dbc | spring-data-r2dbc | r2dbc-spi | r2dbc-mysql(recommended) |
14+
|--------------------------------|-------------------|---------------|------------------------------|
15+
| 3.0.* | 3.0.* | 1.0.0.RELEASE | io.asyncer:r2dbc-mysql:1.0.1 |
16+
| 2.7.* | 1.5.* | 0.9.1.RELEASE | io.asyncer:r2dbc-mysql:0.9.2 |
17+
| 2.6.* and below | 1.4.* and below | 0.8.6.RELEASE | dev.miku:r2dbc-mysql:0.8.2 |
18+
19+
## Supported Features
1020
This driver provides the following features:
1121

1222
- [x] Unix domain socket.

0 commit comments

Comments
 (0)