Hey HN,<p>I'm an old school programmer who still does a lot manually but happy to get up to date with the times.<p>What are my options for quickly getting a database and api for create/read/update/delete operations?
<a href="https://hasura.io/" rel="nofollow">https://hasura.io/</a> 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.<p>[1] <a href="https://postgrest.org" rel="nofollow">https://postgrest.org</a>