Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 935 Bytes

File metadata and controls

19 lines (14 loc) · 935 Bytes
id database
title Database
subtitle Use Supabase to connect, manage, and secure your Postgres database.
description Use Supabase to connect, manage, and secure your Postgres database.
sidebar_label Overview

Every Supabase project gets a full Postgres database, not a Postgres abstraction. This database is the foundation that Auth, Storage, Realtime, and Edge Functions are built on, and Supabase manages daily database backups and offers point-in-time recovery on paid plans.

Work with your project's database in the following ways:

  • Visually using the Table Editor section of the Dashboard.
  • With query syntax using the SQL Editor section of the Dashboard.
  • Programmatically using a variety of different methods.