Live data from Hacker News

Show HN: Quickly generate REST API (for Postgres db)

news.ycombinator.com

1–10 of 19 posts

Re: Show HN: Quickly generate REST API (for Postgres db)

#8

This is cool, although these days, (if requirements permit), my choice would be GraphQL via something like PostGraphile. https://github.com/graphile/postgraphile

I've been using this tool on a project for a couple months. It's been fantastic, I spend all my time on the frontend!

Re: Show HN: Quickly generate REST API (for Postgres db)

#9

This is cool, although these days, (if requirements permit), my choice would be GraphQL via something like PostGraphile. https://github.com/graphile/postgraphile

https://github.com/PostgREST/postgrest (Haskell) is an order of magnitude more performant than postgraphile (Node ~ aka wet noodles).

Re: Show HN: Quickly generate REST API (for Postgres db)

#10

This is cool, although these days, (if requirements permit), my choice would be GraphQL via something like PostGraphile. https://github.com/graphile/postgraphile

Mind if I ask the reason why you’d pick GraphQL as the default API technology?
Post reply on HN