Skip to content
Technology

Query and Manage Marketplace Databases Directly from the Vercel Dashboard

Vercel has rolled out a new feature enabling teams to query and manage their Marketplace databases directly from the dashboard, eliminating the need for external tools and streamlining workflows.

person Redacción Tricuatro calendar_month 10 April, 2026 schedule 2 min read

In a significant move to streamline developer workflows, Vercel has announced a powerful update that integrates Marketplace database management and querying directly into its dashboard. This new capability allows users to execute SQL queries, view and edit data, and inspect their database schema without ever leaving the Vercel environment. This enhancement represents a leap forward in consolidating essential tools for modern application development and operation, offering a more fluid and efficient experience for development teams looking to optimize their productivity and reduce complexity.

A Unified Experience for Data Management

Traditionally, interacting with databases has often required the use of command-line clients like psql or external UI tools. While these tools are robust and offer granular control, their use typically involves context switching, managing multiple applications, and often configuring separate secure connections. Vercel's new functionality addresses this challenge by enabling teams to manage their data directly within the platform. This not only reduces friction in the development and debugging process but also enhances productivity by centralizing critical database operations in a single, familiar location for developers, facilitating greater agility in decision-making and change implementation.

New Tabs for Comprehensive Interaction

The integration of this functionality is manifested through three new tabs added to the integration resource page for supported Postgres databases. Each tab is designed to address a specific need in database management, providing intuitive and powerful tools:

  • "Query" Tab: This section allows users to run any SQL query directly from the dashboard. Results are displayed clearly and can be easily copied in various formats, including CSV, JSON, or Markdown, facilitating data export and analysis for reports or integrations with other tools.
  • "Data Editor" Tab: Offers a spreadsheet-like interface for viewing and manipulating table data. Users can sort, copy, edit, insert, and delete rows with great ease. A key feature is that changes are applied to the database atomically, ensuring data integrity and consistency, which is crucial for preventing corruption and ensuring the reliability of information.
  • "Schema" Tab: Provides a visual representation of the database schema, displaying tables and their relations in an intuitive graphical layout. This view is invaluable for understanding the database structure, identifying dependencies, debugging design issues, or planning new features without having to interpret complex SQL schema definition scripts.

Compatibility and Access

This capability is currently available for a range of Vercel Marketplace database integrations, including popular and robust services such as AWS Aurora Postgres, Neon, Prisma, and Supabase. This initial selection covers a wide array of needs for different project types and teams. Vercel has indicated that more services will be added in the future, further expanding the reach of this functionality and offering greater flexibility to developers. It's important to note that, for the time being, this feature is exclusively available to users with "Owner" permissions, ensuring appropriate control over critical database operations. To access your database management, users should navigate to the "Browser" section of their database page within the Vercel dashboard, where they will find these powerful new tools.

The introduction of these database management tools directly into the Vercel dashboard underscores the platform's commitment to continuously improving the developer experience. By eliminating the need for external tools and consolidating critical operations, Vercel not only simplifies the development lifecycle but also empowers teams to build and scale applications with greater efficiency and confidence. This update is a testament to Vercel's vision of providing a comprehensive platform that covers all facets of modern web development, from deployment to data management, all within a unified and optimized environment.

Share:
Also available in: ES

Related articles

Latest news

View all

Comments (0)

No comments yet. Be the first!

Leave a comment