Texonom
Texonom
/
Engineering
Engineering
/Data Engineering/DataBase/Database Type/RDBMS/PostgreSQL/Postgres Tool/
pg_graphql
Search

pg_graphql

Creator
Creator
Seonglae Cho
Created
Created
2021 Dec 6 14:34
Editor
Editor
Seonglae Cho
Edited
Edited
2023 Sep 25 17:53
Refs
Refs

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.
pg_graphql
https://supabase.github.io/pg_graphql/
pg_graphql
 
 
 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Data Engineering/DataBase/Database Type/RDBMS/PostgreSQL/Postgres Tool/
pg_graphql
Copyright Seonglae Cho