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