# pg_graphql - PostgreSQL용 GraphQL 확장

> Clean Markdown view of GeekNews topic #5493. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=5493](https://news.hada.io/topic?id=5493)
- GeekNews Markdown: [https://news.hada.io/topic/5493.md](https://news.hada.io/topic/5493.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-12-06T09:47:01+09:00
- Updated: 2021-12-06T09:47:01+09:00
- Original source: [github.com](https://github.com/supabase/pg_graphql)
- Points: 10
- Comments: 1

## Topic Body

- PostgreSQL의 기존 스키마를 조사하여 Resolver로 GraphQL 스키마를 구성(Reflection)

ㅤ→ 초당 2k req 처리

ㅤ→ 자동 스키마 업데이트

ㅤ→ Relay 호환 Pagination

ㅤ→ 추가 서버 없이 DB안에서 서버리스로 구동

- PostgreSQL에 접속하는 어떤 언어에서든 GraphQL로 쿼리 가능

ㅤ→ PostgREST 에서도 바로 호출 가능

- Hasura / Graphile 대비 경량의 솔루션

## Comments



### Comment 7795

- Author: xguru
- Created: 2021-12-06T09:48:01+09:00
- Points: 2

Supabase 팀이 만든 오픈소스내네요

- Supabase 공개 베타 시작 - 오픈소스 Firebase 대체제 https://news.hada.io/topic?id=3347

pg_graphql 소개글 "A GraphQL extension for PostgreSQL"

- https://supabase.com/blog/2021/12/03/pg-graphql

- PostgRest - PostgreSQL DB를 RESTful API로 직접 접근하게 만들어주는 웹서버 https://news.hada.io/topic?id=859
