PostgresqlProfileResponse

data class PostgresqlProfileResponse(val database: String, val hostname: String, val password: String, val port: Int, val username: String)

PostgreSQL database profile.

Constructors

Link copied to clipboard
constructor(database: String, hostname: String, password: String, port: Int, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Database for the PostgreSQL connection.

Link copied to clipboard

Hostname for the PostgreSQL connection.

Link copied to clipboard

Password for the PostgreSQL connection.

Link copied to clipboard
val port: Int

Port for the PostgreSQL connection, default value is 5432.

Link copied to clipboard

Username for the PostgreSQL connection.