Background
Developers sometimes just need a fast RESTful API over a Postgres database without writing a backend. PostgREST does exactly this.
Specific Steps
Expected Output
A user can scaffold a PostgREST component on Backstage that immediately exposes a REST API connected to their provisioned Postgres database.
Background
Developers sometimes just need a fast RESTful API over a Postgres database without writing a backend. PostgREST does exactly this.
Specific Steps
apps/portal/examples/postgrest-template.HeliosAppCRD manifest to use the officialpostgrest/postgrestDocker image directly.DB_USERandDB_PASSWORDto PostgREST's requiredPGRST_DB_URIformat (coordinate with Enhance Operator & CUE to Inject Formatted DB Connection Strings #60 @NgocAnhDo26 ).template.yaml.Expected Output
A user can scaffold a PostgREST component on Backstage that immediately exposes a REST API connected to their provisioned Postgres database.