Skip to content

DatabaseConnectInfo

[Source]

Database authentication parameters needed to log in to a PostgreSQL server. Grouped because they are always used together — individually they have no meaning.

class val DatabaseConnectInfo

Constructors

create

[Source]

new val create(
  user': String val,
  password': String val,
  database': String val)
: DatabaseConnectInfo val^

Parameters

Returns


Public fields

let user: String val

[Source]


let password: String val

[Source]


let database: String val

[Source]