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?
👤 PUSH_AX Accepted Answer ✓
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.
👤 surprisetalk
I've heard good things about PostgREST, which lets you build REST endpoints in PG directly.