Skip to main content

Module postgres

Module postgres 

Source
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.