open static fun createShared(: Vertx, : JsonObject, : String): AsyncSQLClient
Create a MySQL client which shares its data source with any other MySQL clients created with the same data source name
Return
the client
open static fun createShared(: Vertx, : JsonObject): AsyncSQLClient
Like io.vertx.reactivex.ext.asyncsql.MySQLClient#createShared but with the default pool name
Return
the client