vertx / io.vertx.reactivex.ext.asyncsql / PostgreSQLClient / createNonShared

createNonShared

open static fun createNonShared(vertx: Vertx, config: JsonObject): AsyncSQLClient

Create a PostgreSQL client which maintains its own pool.

Parameters

vertx - the Vert.x instance

config - the configuration

Return
the client