diff --git a/_includes/footer.html b/_includes/footer.html index 53a264b..0090560 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -12,7 +12,7 @@
  • Oracle R2DBC Driver
  • R2DBC H2
  • R2DBC MariaDB
  • -
  • R2DBC MySQL
  • +
  • R2DBC MySQL
  • R2DBC PostgreSQL
  • R2DBC Proxy
  • R2DBC SQL Server
  • diff --git a/z003-drivers.md b/z003-drivers.md index ebd988d..a62c83a 100644 --- a/z003-drivers.md +++ b/z003-drivers.md @@ -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