Directus Extension Bundle: Postgres Function Report
JSON →A Directus extension bundle (v1.11.0) that adds a button interface and an API endpoint for issuing downloadable reports (XLSX, CSV, JSON) from PostgreSQL functions. It is designed for teams that already have report logic in SQL and want to avoid custom API code. The extension automatically generates report endpoints based on Directus collection names, passes form fields as PostgreSQL function arguments, and supports header translation with accent replacement. Being a Directus bundle, it must be placed in the `extensions` directory and cannot be installed via npm for use in other projects.