solidsnack/GraphpostgresQL
GraphQL for Postgres observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: n/a
- age_days: 4191
- days_rel: n/a
- days_push: 3443
- n_releases_24m: 0
Adoption not part of the score
1086 stars · 28 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
GraphpostgresQL is a PL/pgSQL library that provides a GraphQL-like query interface to relational data in PostgreSQL. It uses table introspection to follow foreign keys and query complex datatypes like json, jsonb, and hstore, translating GraphQL-style queries into SQL.
Use cases
- query postgres database with graphql syntax
- generate sql from graphql-like queries
- traverse foreign key relationships via graph-style queries
- introspect database schema to build nested queries
- query json and jsonb columns through a graphql interface
When to choose
- you want to experiment with a GraphQL interface directly inside PostgreSQL without external services
- you need a pure-SQL, dependency-free way to translate GraphQL-style queries to SQL
- you want to study how table introspection can drive query generation
When to avoid
- you need production-grade performance or reliability - it is explicitly alpha quality
- you need maintained software with active support - the last release was in 2017
- you need full GraphQL spec compliance, subscriptions, or stored persisted queries
- you use a database other than PostgreSQL
Facets
library · maturity abandoned
graphql database parser serialization databases apis web-development developer-tools postgresql plpgsql graphql-to-sql table-introspection proof-of-concept alpha-quality postgres sql server-side
1 source
- readme: https://github.com/solidsnack/GraphpostgresQL · fetched 2026-08-28 · 9d70ffb62ad2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| solidsnack/GraphpostgresQL | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="solidsnack/GraphpostgresQL")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem