Spring boot reactive (Webflux) with MySql

Michel Foucault picture Michel Foucault · Nov 8, 2018 · Viewed 13k times · Source

I would develop an Spring boot application compliant with new feature Webflux. Does an driver JDBC for Mysql exist?

I found just driver for some NoSql DB (for ex. MongoDB).

Could you help me? Thanks, regards.

UPDATE:

On official site of R2DBC project there is the drivers list: https://r2dbc.io/

Answer

akuma8 picture akuma8 · Nov 8, 2018

Actually there isn't any reactive support for relational database. But not for long time since the Spring Data team is working on R2DBC, which will provide the ability to access data reactively from a relational database. Stay tuned here: https://github.com/r2dbc

EDIT

The first release is out, see here for more details: https://github.com/r2dbc/r2dbc-postgresql/tags