All Tools
H
Dev ToolsFreemiumOpen Source
HASURA
Instant realtime GraphQL APIs on all your data
Apache-2.0
ABOUT
Hasura solves the API backend development bottleneck by automatically generating a realtime GraphQL API from any existing PostgreSQL database, with built-in filtering, pagination, subscriptions, and role-based access control — eliminating the need to write boilerplate resolvers and REST endpoints.
INSTALL
npm install -g hasura-cliINTEGRATION GUIDE
1. Stand up a realtime GraphQL API for a new application in minutes by connecting an existing database
2. Subscribe to live database changes over WebSocket for collaborative and realtime features
3. Expose fine-grained GraphQL endpoints to external clients while enforcing row-level permissions
4. Trigger serverless functions via webhooks when database rows are inserted, updated, or deleted
5. Compose multiple databases and REST services into a unified GraphQL schema for frontend consumption
TAGS
graphqlapi-gatewaypostgresqlrealtimewebhooksbackend