Postgres API Generators
Discussions recommending and comparing tools like Hasura, Postgraphile, PostgREST, and Prisma for instantly turning PostgreSQL databases into GraphQL or REST APIs.
Activity Over Time
Top Contributors
Keywords
Sample Comments
Postgraphile, Hasura, Supabase etc might be of interest to you
After looking into solutions like Hasura and Postgraphile, this doesn't seem like such a bad idea.
Have you looked at Hasura?For some of my latest dev, I've just stopped worrying about writing data plumbing. I have a tool that I can use to update the schema from any arbitrary state to any arbitrary state so long as there are no column modifications, and then Hasura is able to query my entire schema via GraphQL.You also get row, column, & table-level permissions, an easy auth hook, and the promise of schema stitching (which I must admit I haven't used yet, so I don't k
Agree with GraphQL. Spin up a Hasura instance, point it at Postgres and you're done.
Have you looked at:* Hasura (https://hasura.io/)* https://www.prisma.io/* https://www.graphile.org/postgraphile/
Don't bother.https://hasura.io/ https://www.graphile.org/postgraphile/ https://www.prisma.io/
I just discovered https://hasura.io/ the other day. Generate rich GraphQL UI APIs backed by postgres
Hasura for GraphQL, Postgrest for REST
Take a look at Hasura - GraphQL out of the box on top of solid relational database (Postgres)
Take a look at https://hasura.io