Back to Supabase

Database

apps/docs/content/guides/database/overview.mdx

1.26.08703 B
Original Source

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.
<ContentListings id="database-get-started" /> <ContentListings id="database-next-steps" />