Query and manage Marketplace databases from the dashboard
Vercel adds SQL querying, data editing, and schema inspection for marketplace database integrations including AWS Aurora Postgres, Neon, Prisma, and Supabase directly in its dashboard.
You can now run SQL queries, view and edit data, and inspect your database schema directly from the Vercel dashboard. This capability is available for supported marketplace database integrations, including AWS Aurora Postgres, Neon, Prisma, and Supabase, with more services coming soon. Instead of relying on or external database UI tools, teams can manage their data directly within Vercel.psql The integration resource page for supported Postgres databases now includes three new tabs: This is currently available to users with Owner permissions.
Manage your by navigating to the Browser section of your database page in the dashboard.database Read more : Run any SQL query, view results, and copy them as CSV, JSON, or Markdown.Query : View table data in a spreadsheet-like interface. You can sort, copy, edit, insert, and delete rows, then apply changes to the database atomically.Data Editor : View tables and relations in a visual graph layout.Schema