Hacker News new | ask | show | jobs
by xdanger 1661 days ago
Checkout postgraphile at https://www.graphile.org/ , they have a whole ecosystem build around postgresql, typescript, graphql.
2 comments

Just curious, how does it compare to Hasura? Looks pretty similar but without the ui
Someone called it: "hasura for adults”

It's highly customisable, works directly with postgresql row levels security and the performance is quite good. It has a custom GraphiQL gui to work on queries/mutations.

To really see how it all works together checkout the starter project: https://github.com/graphile/starter it has migrations, job queue, graphql-codegen etc.

Benjie (https://github.com/benjie) is one of the greatest maintainers I've ever seen!

Just to +1 this and add that maintainer responsiveness and its community is excellent.