Skip to content
| Marketplace
Sign in
Visual Studio Code>Data Science>Postgres DB ManagerNew to Visual Studio Code? Get it now.
Postgres DB Manager

Postgres DB Manager

bombaydoc

|
1 install
| (0) | Free
A user-friendly PostgreSQL database viewer with tabular UI, table describe, inline editing, and SQL query editor
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

DB Viewer - PostgreSQL

A user-friendly PostgreSQL database viewer for Visual Studio Code.

Features

  • Connection Management — Add, edit, and delete PostgreSQL connections with SSL support. Passwords stored securely in your OS keychain.

  • Database Explorer — Browse your database hierarchy in the sidebar: Connections > Databases > Schemas > Tables / Views / Functions.

  • Tabular Data Viewer — View table data in a fast, scrollable grid powered by AG Grid. Supports sorting, filtering, and pagination with configurable page sizes.

  • Inline Editing — Double-click any cell to edit values directly. Changes are saved to the database instantly via parameterized queries. Available for tables with primary keys.

  • Table Describe — Inspect table structure with tabs for Columns, Constraints, and Indexes. Shows column types, nullability, defaults, primary keys, foreign key references, and index definitions.

  • SQL Query Editor — Write and run SQL queries using VS Code's built-in editor with syntax highlighting. Press Cmd+Enter (Mac) or Ctrl+Enter (Windows/Linux) to execute.

  • JSONB Support — JSON and JSONB columns display as formatted JSON with pretty-printed tooltips on hover. Edit JSON values inline.

  • Export — Export table data or query results to CSV or JSON files.

  • Theme Integration — Seamlessly adapts to your VS Code theme (dark and light).

Getting Started

  1. Click the DB Viewer icon in the Activity Bar
  2. Click Add Connection and enter your PostgreSQL connection details
  3. Browse your database tree, right-click tables to View Data or Describe Table
  4. Open a New SQL Query from the toolbar to write and execute queries

Configuration

Setting Default Description
dbViewer.defaultPageSize 100 Default rows per page
dbViewer.maxQueryRows 10000 Maximum rows returned from a query
dbViewer.queryTimeout 30000 Query timeout in milliseconds

Requirements

  • Visual Studio Code 1.85.0 or later
  • Access to a PostgreSQL database (9.4+)

License

Apache 2.0 — see LICENSE for details.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft