vertx / io.vertx.kotlin.mysqlclient / MySQLConnection

MySQLConnection

object MySQLConnection

Functions

connectAwait

suspend fun connectAwait(vertx: Vertx, connectOptions: MySQLConnectOptions): MySQLConnection
suspend fun connectAwait(vertx: Vertx, connectionUri: String): MySQLConnection

Suspending version of method io.vertx.mysqlclient.MySQLConnection.connect