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: