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 `createDatabaseIfNotExist` #162

Closed mirromutth closed 8 months ago

mirromutth commented 8 months ago

Motivation:

See also #158 .

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

Modification:

Result:

Support createDatabaseIfNotExist.