# Query and manage Marketplace databases from the dashboard

**Published:** April 6, 2026 | **Authors:** James Clarke

---

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](https://vercel.com/marketplace/category/database?search=postgres) by navigating to the Browser section of your database page in the dashboard.

---

📚 **More updates:** [View all changelog entries](/changelog/sitemap.md) | [Blog](/blog/sitemap.md)