Deep Dive into PostgREST - Time Off Manager (Part 2)

from blog boringSQL | Supercharge your SQL & PostgreSQL powers, | ↗ original
↗ original
Let's recap the first part of "Deep Dive into PostgREST," where we explored the basic functionality to expose and query any table using an API, demonstrated using cURL. All it took was to set up a db-schema and give the db-anon-role some permissions. But unless you are creating the simplest of CRUD applications, this only scratches the surface. ...