This post is from a low-reputation account and contains an unverified outbound link. Be cautious before clicking external links.

PostgREST: Serve a RESTful API from any Postgres database

Words
40
Reading
1 min
Listen
Play
9y

From the project page:

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.

Here's the link to the project: https://postgrest.com/en/v4.1/

PostgREST: Serve a RESTful API from any Postgres database | Ecency