Ross ROSS = Recommend OSS · open-source software intelligence for agents

pramsey/pgsql-http

HTTP client for PostgreSQL, retrieve a web page from inside the database. observed · 2026-08-28

github.com/pramsey/pgsql-http · C · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

85/100

  • Activity 91
  • Release rhythm 68
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 96
  • age_days: 5250
  • days_rel: 55
  • days_push: 55
  • n_releases_24m: 6

Full methodology

Adoption not part of the score

1592 stars · 129 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A PostgreSQL extension written in C that lets you make HTTP requests (GET, POST, PUT, PATCH, DELETE) directly from SQL queries. It enables database triggers to call web services or fetch web content from inside the database.

Use cases

  • make http requests from sql in postgres
  • call a web service from a database trigger
  • fetch a web page inside postgresql
  • send webhook notifications from the database
  • urlencode query parameters in sql
  • consume rest apis from postgres

When to choose

  • you need to call external APIs directly from SQL or triggers
  • you want to avoid moving data out of the database to make HTTP calls
  • you need simple webhook or service-poke behavior on data changes

When to avoid

  • you need async, high-throughput, or streaming HTTP workloads
  • you want to keep network I/O out of your database process for reliability or security reasons
  • you need a general-purpose HTTP client outside PostgreSQL

Facets

plugin · maturity active

http-client database webhook databases web-development developer-tools windows postgresql-extension sql c-extension http-requests triggers linux macos postgresql

1 source

Member repositories

RepositoryRoleHealth v2
pramsey/pgsql-httpmain85

For agents

markdown · JSON · MCP: product_card(name="pramsey/pgsql-http")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem