Simple HTTP server to help build intuition for MemoryContexts in Postgres
pgext.cloud · Source code · Documentation · Control file
| Package | pgweb |
|---|---|
| Version | 0.0.1 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 9 |
| Latest commit | 2024-11-06 |
| Catalogue updated | 2026-08-30 |
| pg_web | Run an embedded HTTP server from a PostgreSQL background worker |
| omni_httpc | HTTP client |
| http | HTTP client for PostgreSQL, allows web page retrieval inside the database. |
| pg_net | Async HTTP Requests |
| pg_documents | JSON access via HTTP server |
| pg_graphql_server | Runs an HTTP GraphQL endpoint from a PostgreSQL background worker and delegates queries to pg_graphql. |
| supa_queue | Simple PostgreSQL job queue that dispatches asynchronous HTTP requests with pg_net, schedules processing and retries with pg_cron, and stores endpoint credentials in Supabase Vault. |
| pgscale | Background worker exposing PostgreSQL statistics views through a simple HTTP endpoint. |