vertx / io.vertx.kotlin.pgclient / PgConnection

PgConnection

object PgConnection

Functions

connectAwait

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