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

Apply lazy load on MySqlAuthProvider instances #49

Closed jchrys closed 1 year ago

jchrys commented 1 year ago

Apply lazy load on MySqlAuthProvider instances

Motvation: Better load instances when we really need it.