Class PostgresqlProfile (1.9.3)

PostgresqlProfile(mapping=None, *, ignore_unknown_fields=False, **kwargs)

PostgreSQL database profile.

Attributes

NameDescription
hostname str
Required. Hostname for the PostgreSQL connection.
port int
Port for the PostgreSQL connection, default value is 5432.
username str
Required. Username for the PostgreSQL connection.
password str
Required. Password for the PostgreSQL connection.
database str
Required. Database for the PostgreSQL connection.