Open SourceDatabase32k
Hasura
Instant realtime GraphQL APIs on top of your Postgres database.
Hasura GraphQL Engine is a server that connects to a Postgres (and other) database and instantly generates a real-time GraphQL API over it, including queries, mutations, and subscriptions. It enforces fine-grained, role-based authorization rules at the API layer and supports stitching in custom business logic via remote schemas and event triggers/actions.
Repository
hasura/graphql-engineLanguage
HaskellWhat you'd build with it
- Stand up an instant GraphQL API over an existing Postgres database without writing resolver code
- Add real-time subscriptions to a frontend or AI app that needs live data updates
- Enforce row- and column-level access control declaratively instead of hand-coding auth in API handlers
Tags
graphqlpostgresapi