

Basic CRUD operations (Create/Read/Update/Delete).It provides everything you need from a CRUD API at the URL The REST interface is automatically reflected from your database's schema and supports: This is a very thin API layer on top of Postgres. Supabase provides a RESTful API using PostgREST. The API can serve thousands of simultaneous requests, and works well for Serverless workloads. The API is a very thin layer on top of Postgres, which does most of the heavy lifting. Our benchmarks for basic reads are more than 300% faster than Firebase.

The API is configured to work with PostgreSQL's Row Level Security, provisioned behind an API gateway with key-auth enabled. Supabase generates documentation in the Dashboard which updates as you make database changes.
Graphql query postman update#
As you update your database the changes are immediately accessible through your API. You can use them directly from the browser (two-tier architecture), or as a complement to your own API server (three-tier architecture).
