Database

Supabase is built on top of Postgres, an extremely scalable Relational Database.

Features

Table View

You don't have to be a database expert to start using Supabase. Our table view makes Postgres as easy to use as a spreadsheet.

Table View.

Relationships

Dig into the relationships within your data.

Clone tables

You can duplicate your tables, just like you would inside a spreadsheet.

Enable and disable extensions

Extensions are one of the best things about Postgres. You can enable Postgres extensions with the click of a button.

The SQL Editor

Supabase comes with a SQL Editor. You can also save your favorite queries to run later!

Additional features

  • Supabase extends Postgres with realtime functionality using our Realtime Server.
  • Every project is a full Postgres database, with postgres level access.
  • Managed backups - Supabase handles all your database backups.
  • Data imports - import directly from a CSV or excel spreadsheet.

Next steps