Skip to content

Query and manage Marketplace databases from the dashboard

James Clarke

1 min read

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 psql or external database UI tools, teams can manage their data directly within Vercel.

The integration resource page for supported Postgres databases now includes three new tabs:

  • Query: Run any SQL query, view results, and copy them as CSV, JSON, or Markdown.

  • Data Editor: View table data in a spreadsheet-like interface. You can sort, copy, edit, insert, and delete rows, then apply changes to the database atomically.

  • Schema: View tables and relations in a visual graph layout.

This is currently available to users with Owner permissions. Manage your database by navigating to the Browser section of your database page in the dashboard.