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 io.vertx.rxjava.ext.asyncsql.PostgreSQLClient#createShared but with the default pool name
Return
the client