Comment on Async-GraphQL: A GraphQL server frameworkparentComments−marton786y... or Postgraphile−rhlsthrm6yI started using Hasura for a side project, I really like it so far. How does it compare/contrast with Postgraphile?−marton786yThe two are very similar, with the difference that Postgraphile harnesses PostgreSQL's row level security for authorization and is written in JavaScript rather than in Haskell, which means a low barrier of entry for many people to write plugins.
Comments
... or Postgraphile
I started using Hasura for a side project, I really like it so far. How does it compare/contrast with Postgraphile?
The two are very similar, with the difference that Postgraphile harnesses PostgreSQL's row level security for authorization and is written in JavaScript rather than in Haskell, which means a low barrier of entry for many people to write plugins.