Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Query Runner migrationNew to Visual Studio Code? Get it now.
Query Runner migration

Query Runner migration

Prashant Dilip Suryawnashi 7

|
98 installs
| (0) | Free
Run SQL queries in VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Database Migration Assistant Extension

This extension allows users to manage and run database migrations and queries directly from VS Code. It connects to PostgreSQL (and other supported databases) and helps with running SQL queries, checking connections, and managing database migration tasks.

Features

  • Configure PostgreSQL database connection settings from VS Code settings.
  • Run SQL queries against the configured database.
  • Check if the database is connected.
  • View results of executed queries within VS Code.

Configuration

You can configure your PostgreSQL connection in the settings.json of VS Code:

{
  "queryRunner.dbUser": "your-db-user",
  "queryRunner.dbHost": "localhost",
  "queryRunner.dbName": "your-db-name",
  "queryRunner.dbPassword": "your-db-password",
  "queryRunner.dbPort": 5432
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft