PostgREST PostgREST is a web server that transforms any PostgreSQL database directly into a RESTful API. Developers use it to create APIs without writing custom server-side code, leveraging their existing database schema and security. Official docs: https://postgrest.org/en/stable/api.html PostgREST Overview - Table - Row - View - Row - Function Working with PostgREST This skill uses the Membrane CLI to interact with PostgREST. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing. Install the CLI Install th…