Comments on “Hasura
Sharan Reddy@sharanr · Indee.tv
I like the component focused structure. How is this different from Postgrest? The API only seems to support POST. Do you have a REST API too?
TL; DR Quite similar in intent! Hasura's data APIs provide a query language (like GraphQL) and REST endpoints both. Hasura' data APIs also provide row/column level authentication based on your application users (not postgres users). @sharanr In a sense, Hasura's data component (HasuraDB) and Postgrest try to achieve the same thing: automatic APIs from your … See more