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

Add option to enable `createDatabaseIfNotExist` #169

Closed jchrys closed 8 months ago

jchrys commented 8 months ago

Motivation:

See also #158 .

It should be named createDatabaseIfNotExist, the same as JDBC naming.

Modification:

Result:

Support createDatabaseIfNotExist.