Get the latest tech news
PostgREST – Serve a RESTful API from Any Postgres Database
REST API for any Postgres database. Contribute to PostgREST/postgrest development by creating an account on GitHub.
PostgREST handles authentication(via JSON Web Tokens) and delegates authorization to the role information defined in the database. Rather than relying on an Object Relational Mapper and custom imperative coding, this system requires you put declarative constraints directly into your database. The PostgREST exposes HTTP interface with safeguards to prevent surprises, such as enforcing idempotent PUT requests.
Or read this on Hacker News