Hacker News new | ask | show | jobs
by rhlsthrm 2236 days ago
I started using Hasura for a side project, I really like it so far. How does it compare/contrast with Postgraphile?
1 comments

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.