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 #createShared(io.vertx.core.Vertx, JsonObject, String) but with the default pool name
Return
the client