Postgrest
PostgREST. Turns your PostgreSQL database directly into a RESTful API. Supabase.com Databases also supported.

Overview
PostgREST is a standalone web server that turns your PostgreSQL database directly into a RESTful API. The structural constraints and permissions in the database determine the API endpoints and operations. Supabase.com support for Databases available in this connector.
Content
Read
Retrieve tables and view rows.
Insert
Insert a new row into a table.
Update
Update rows in a table.
Upsert
Update or insert rows in a table.
Delete
Delete rows in a table.