All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.huanshankeji.vertx.pgclient.PgPoolOptions.kt Maven / Gradle / Ivy

package com.huanshankeji.vertx.pgclient

import io.vertx.pgclient.impl.PgPoolOptions

/**
 * Optimized for throughput.
 */
@Deprecated("This function causes `withTransaction` not to work.", ReplaceWith(""))
fun PgPoolOptions.setUpConventionally() {
    isPipelined = true
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy