PostGraphile
Generates a GraphQL API from a PostgreSQL schema.
PostGraphile creates a GraphQL API directly from an existing PostgreSQL schema, allowing developers to expose their data layer to frontend applications or other API clients without writing custom resolvers. By leveraging PostgreSQL’s role‑based grant system and row‑level security, the generated schema inherits the database’s authorization rules, while features such as auto‑discovered relations, computed columns, and custom query and procedures extend the API’s capabilities.
The tool focuses on performance and type safety, avoiding N+1 query problems through advanced look‑ahead processing and providing automatic CRUD mutations and custom mutation procedures. Real‑time functionality is supported via PostgreSQL’s LISTEN/NOTIFY and logical decoding mechanisms.
PostGraphile is extensible through schema and server plugins, and can be launched quickly with its CLI, for example using npx to connect to a database and enable live watching and enhanced GraphiQL. It targets developers who already use PostgreSQL and want a fast, secure, and maintainable GraphQL server without duplicating business logic.
Reviews
Loading reviews…
Similar apps

API & Network Testing
Graphweaver
Turn multiple data sources into a single GraphQL API.
Databases & Data Tools
Postgres.app
The easiest way to get started with PostgreSQL on the Mac.

API & Network Testing
Hasura
Fast, instant realtime GraphQL APIs on Postgres with fine grained access control, also trigger webhooks on database events.

Databases & Data Tools
pgMagic🪄
Chat to Postgres in natural language or SQL.

Databases & Data Tools
pgpulse
Observe every Postgres. Scale with confidence.

Databases & Data Tools
Supabase
Open-source platform offering database, authentication, storage, and real‑time APIs for web and mobile apps.