Config

@Serializable
data class Config(val host: String = "localhost", val port: Int = 3306, val name: String = "mysql", val username: String = "root", val password: String = "", val maximumPoolSize: Int = 10, val minimumIdle: Int = 2, val idleTimeout: Long = 30000, val connectionTimeout: Long = 30000, val maxLifetime: Long = 1800000)

Constructors

Link copied to clipboard
constructor(host: String = "localhost", port: Int = 3306, name: String = "mysql", username: String = "root", password: String = "", maximumPoolSize: Int = 10, minimumIdle: Int = 2, idleTimeout: Long = 30000, connectionTimeout: Long = 30000, maxLifetime: Long = 1800000)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val port: Int
Link copied to clipboard