object PgConnection
suspend fun connectAwait(vertx: Vertx, options: PgConnectOptions): PgConnection suspend fun connectAwait(vertx: Vertx): PgConnection suspend fun connectAwait(vertx: Vertx, connectionUri: String): PgConnection
Suspending version of method io.vertx.pgclient.PgConnection.connect |