Earlier quoted context omitted.
I don't have any horse in the race but other than the "it is made in Node" everything else applies to Hasura (except the VC thing obviously). Do you have any other point to sustain this comment of yours? > my conclusion is that PostGraphile is way ahead of all this
I mean: - Like Hasura, has ALL the features of Hasura - BUT really FOSS with no VC funding, supported through Patreon by a super nice team. - AND I have all the source, in the same language than the rest of my stack, the language that my developers know - AND it does not require to run yet-another-microservice but is just part of my graphQL server - AND it is extensible through plugins that blend seamlessly in the se…
Unless I'm missing something, Hasura is FOSS too.
https://github.com/hasura/graphql-engine
True, Hasura does not have plugins (AFAIK) but you can extend it's funcitonality via webhooks and PG views.
As for authorization it may give them more flexibility to roll their own.
Anyway, thanks for bringing up PostGraphile. I'll check it out!