open static fun createShared(: Vertx, : JsonObject, : String): AsyncSQLClient
Create a PostgreSQL client which shares its pool with any other MySQL clients created with the same pool 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