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
195 stars 21 forks source link

Support micronaut-r2dbc #139

Closed jchrys closed 11 months ago

jchrys commented 1 year ago

We aim to support the smooth transition of micronaut-r2dbc from dev.miku to io.asyncer:r2db-mysql by actively resolving the related issues.

link: https://github.com/micronaut-projects/micronaut-r2dbc/issues/357

jchrys commented 12 months ago

I found the root cause (connection may be prematurely closed under certain circumstances) and will submit a PR soon.