HyperdriveConfigOrigin

data class HyperdriveConfigOrigin(val database: String, val host: String, val password: String, val port: Int, val scheme: String, val user: String)

Constructors

Link copied to clipboard
constructor(database: String, host: String, password: String, port: Int, scheme: String, user: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of your origin database.

Link copied to clipboard

The host (hostname or IP) of your origin database.

Link copied to clipboard

The password of the Hyperdrive configuration.

Link copied to clipboard
val port: Int

The port (default: 5432 for Postgres) of your origin database.

Link copied to clipboard

Specifies the URL scheme used to connect to your origin database.

Link copied to clipboard

The user of your origin database.