vertx / io.vertx.rxjava.ext.asyncsql / MySQLClient / createNonShared

createNonShared

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

Create a MySQL client which maintains its own pool.

Parameters

vertx - the Vert.x instance

config - the configuration

Return
the client