# pg\_graphql v1.0

DevFeed: [pg\_graphql v1.0](<https://devfeed.tech/articles/pg-graphql-v1-0-483.md>)

Original publisher: [Read original article](<https://supabase.com/blog/pg-graphql-v1>)

Author: Oliver Rice

Published: 2022-12-16T07:00:00Z

Content type: release

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [Supabase](<https://devfeed.tech/topics/supabase.md>), [SQL](<https://devfeed.tech/topics/sql.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Security](<https://devfeed.tech/topics/security.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Hasura](<https://devfeed.tech/topics/hasura.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [release](<https://devfeed.tech/tags/release.md>), [security](<https://devfeed.tech/tags/security.md>), [sql](<https://devfeed.tech/tags/sql.md>), [v1](<https://devfeed.tech/tags/v1.md>)

## AI overview

Supabase announces the 1.0 release and general availability of pg_graphql, a PostgreSQL extension that enables querying databases with GraphQL. The article explains how its memory-efficient architecture, based on PostgreSQL primitives, supports security policies, synchronized schemas, and compilation of GraphQL requests into SQL.

## Source excerpt

Announcing the v1.0 release of pg_graphql