Product & software

Supabase

Supabase provides a development platform built around PostgreSQL. Alongside the database, it offers services for authentication, storage, APIs, and other application needs, allowing developers to assemble a backend around a relational data model.

At a glance

Primary focus
PostgreSQL-based application backend
Category
databases

Overview

Supabase provides a development platform built around PostgreSQL. Alongside the database, it offers services for authentication, storage, APIs, and other application needs, allowing developers to assemble a backend around a relational data model.

How it is used

A project uses PostgreSQL tables and policies while connecting client applications to the available services. Authentication identifies users, and row-level rules can control their access to stored data.

A useful distinction

An automatically available API still needs correct access policies. Review database permissions and client-visible behavior together so that convenience does not expose unintended records.

Sources and review

MOOR's explanatory text is supported by the following source links.

  1. Supabase: official overview — Supabase
  2. Supabase: documentation and further reading — Supabase

Browse MOOR Knowledge