Skip to content
Database

数据库

Use Supabase to connect, manage, and secure your Postgres database.

每个 Supabase 项目都会获得一个完整的 Postgres 数据库,而不是 Postgres 的抽象层。这个数据库是 Auth、Storage、Realtime 和 Edge Functions 的基础,Supabase 会管理每天的数据库备份,并在付费计划中提供时间点恢复功能。

🌐 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:

  • 在仪表板中直观地使用表格编辑器部分。
  • 使用仪表板的 SQL 编辑器 部分进行查询语法操作。
  • 通过编程以各种不同的方法。