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

Implement `Lifecycle` for `MySqlConnection` [0.9.x] #175

Closed mirromutth closed 8 months ago

mirromutth commented 8 months ago

Motivation:

Implement Lifecycle for MySqlConnection. See also #64 and #171

Modification:

The MySqlConnection.

Result:

The MySqlConnection implements Lifecycle and will rollback in preRelease.