Hasura is a GraphQL and REST API engine that includes built-in authorization.
It is useful for developers needing secure API generation with API key access.
Connect Hasura to an existing Postgres instance to automatically generate CRUD operations, relationships, and subscriptions without writing resolver code.
Define permission rules at the table, row, and column level so frontend clients can safely query data directly while respecting user roles.
Use GraphQL subscriptions to push live updates to multiple clients when data changes, suitable for admin panels or multi-user editing interfaces.
Hasura is a GraphQL and REST API engine that sits on top of databases and provides instant APIs plus built-in authorization.
Verified reviews from the community shape this listing's rating.
Loading reviews…