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
184 stars 18 forks source link

[feature]Support `sessionVariables` configuration properties #210

Closed jchrys closed 5 months ago

jchrys commented 6 months ago

Is your feature request related to a problem? Please describe. R2DBC MySQL lacks sessionVariable configuration properties, limiting session customization compared to MySQL Connector/J.

Describe the solution you'd like Implement sessionVariable configuration in R2DBC MySQL to allow setting session-level variables directly from the connection URL.

Additional context mysql dev doc: https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-session.html feature request tracked at: https://github.com/mirromutth/r2dbc-mysql/issues/191