Description
Applications running on PHP 8.4 can connect to PostgreSQL databases. These runtime drivers are used by web apps, reporting tools, admin panels, and backend jobs that query or update PostgreSQL records. They are dependency-only and have no separate launcher; PHP code uses them when enabled and credentials are configured. Connection settings, roles, prepared statements, and backups need review because database access can expose private data or perform destructive writes.