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

com.huanshankeji.vertx.sqlclient.SqlConnectOptions.kt Maven / Gradle / Ivy

package com.huanshankeji.vertx.sqlclient

import io.vertx.sqlclient.SqlConnectOptions

/**
 * Optimized for throughput.
 */
fun SqlConnectOptions.setUpConventionally() {
    cachePreparedStatements = true
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy