PostgREST
PostgREST serves a fully RESTful API from any existing PostgreSQL database. It provides a cleaner, more standards-compliant, faster API than you are likely to write from scratch.
About
PostgREST serves a fully RESTful API from any existing PostgreSQL database. It automatically exposes your database tables as REST endpoints with proper HTTP methods, filtering, pagination, and relationships. This tool is ideal for teams that need a quick, standards-compliant API…