Skip to content

Commit

Permalink
Update link to new fork of r2dbc-mysql.
Browse files Browse the repository at this point in the history
[resolves #42]

Signed-off-by: Mark Paluch <[email protected]>
  • Loading branch information
mp911de committed Mar 15, 2023
1 parent 204ce41 commit 61d3003
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<li><a href="https://github.com/oracle/oracle-r2dbc">Oracle R2DBC Driver</a></li>
<li><a href="https://github.com/r2dbc/r2dbc-h2">R2DBC H2</a></li>
<li><a href="https://github.com/mariadb-corporation/mariadb-connector-r2dbc">R2DBC MariaDB</a></li>
<li><a href="https://github.com/mirromutth/r2dbc-mysql">R2DBC MySQL</a></li>
<li><a href="https://github.com/asyncer-io/r2dbc-mysql">R2DBC MySQL</a></li>
<li><a href="https://github.com/pgjdbc/r2dbc-postgresql">R2DBC PostgreSQL</a></li>
<li><a href="https://github.com/r2dbc/r2dbc-proxy">R2DBC Proxy</a></li>
<li><a href="https://github.com/r2dbc/r2dbc-mssql">R2DBC SQL Server</a></li>
Expand Down
2 changes: 1 addition & 1 deletion z003-drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ R2DBC drivers implement the SPI listed above. The ones currently supported inclu
* [r2dbc-h2](https://github.com/r2dbc/r2dbc-h2) - native driver implemented for H2 as a test database.
* [r2dbc-mariadb](https://github.com/mariadb-corporation/mariadb-connector-r2dbc) - native driver implemented for MariaDB.
* [r2dbc-mssql](https://github.com/r2dbc/r2dbc-mssql) - native driver implemented for Microsoft SQL Server.
* [r2dbc-mysql](https://github.com/mirromutth/r2dbc-mysql) - native driver implemented for MySQL.
* [r2dbc-mysql](https://github.com/asyncer-io/r2dbc-mysql) - native driver implemented for MySQL (previously [mirromutth/r2dbc-mysql](https://github.com/mirromutth/r2dbc-mysql)).
* [r2dbc-postgresql](https://github.com/pgjdbc/r2dbc-postgresql) - native driver implemented for PostgreSQL.

# Connection Pooling
Expand Down

0 comments on commit 61d3003

Please sign in to comment.