(supabase.github.io) pggraphql
ROAM_REFS: https://supabase.github.io/pg_graphql/
pg_graphql
Documentation: https://supabase.github.io/pg_graphql
Source Code: https://github.com/supabase/pg_graphql
pg_graphqladds GraphQL support to your PostgreSQL database.
- Performant
- Consistent
- Open Source
* Overview
pg_graphqlis a PostgreSQL extension that enables querying the database with GraphQL using a single SQL function.The extension reflects a GraphQL schema from the existing SQL schema and exposes it through a SQL function,
graphql.resolve(...). This enables any programming language that can connect to PostgreSQL to query the database via GraphQL with no additional servers, processes, or libraries.