Ask HN: How would you CRUD in 2023?
Hey HN,
I'm an old school programmer who still does a lot manually but happy to get up to date with the times.
What are my options for quickly getting a database and api for create/read/update/delete operations?
Hey HN,
I'm an old school programmer who still does a lot manually but happy to get up to date with the times.
What are my options for quickly getting a database and api for create/read/update/delete operations?
Comments
https://hasura.io/ is pretty good, easy to containerise and self host, it offers more than CRUD but does CRUD very well by default. I use it as a backend in one of my side hustles.
I've heard good things about PostgREST, which lets you build REST endpoints in PG directly.
[1] https://postgrest.org