DBConfig

data class DBConfig(val url: String, val username: String, val password: String)

The MariaDB configuration.

Constructors

Link copied to clipboard
constructor(url: String, username: String, password: String)

Properties

Link copied to clipboard

The password into the database.

Link copied to clipboard
val url: String

The URl to the database.

Link copied to clipboard

The username into the database.