GraphQL support for PostgreSQL
- Performant: +2k requests/second
- Always up-to-date: Reflected from the SQL schema
- Pagination: Relay compliant
- Serverless: Runs in your database with no additional server required
- Open Source: Apache License 2.0
Documentation
pg_graphql
Documentation: https://supabase.github.io/pg_graphql Source Code: https://github.com/supabase/pg_graphql Query your existing PostgreSQL database with GraphQL pg_graphql inspects your PostgreSQL schema and reflects a GraphQL schema with resolvers. Warning pg_graphql is pre-alpha software under active development pg_graphql provides an SQL schema -> GraphQL schema reflection engine and an associated GraphQL query -> SQL query transpiler.
https://supabase.github.io/pg_graphql/


Seonglae Cho