Skip to main content

Module postgres

Module postgres 

Source
Available on crate feature config only.
Expand description

PostgreSQL environment variables (libpq standard).

Uses the standard libpq naming (PGHOST, PGPORT, etc.) with legacy POSTGRESQL_* aliases for backward compatibility.

Functionsยง

database
PostgreSQL database.
host
PostgreSQL host.
password
PostgreSQL password.
port
PostgreSQL port.
sslmode
PostgreSQL SSL mode.
user
PostgreSQL user.