Ask HN: How would you CRUD in 2023?

1 points by canxerian ↗ HN
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?

2 comments

[ 3.0 ms ] story [ 17.1 ms ] thread
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.