A newer version of the Gradio SDK is available: 6.20.0
VS Code Extension: SQL Query Builder and Database Schema Navigator
A VS Code extension for backend developers and data engineers that provides a visual SQL query builder panel, live database schema browser for PostgreSQL, MySQL, and SQLite, query history with execution time tracking, and one-click result export to CSV or JSON. Features syntax-aware query completion, automatic query formatting, and a parameterized query template library for common database patterns.
Features
- Core functionality
Installation
From VS Code Marketplace
- Open VS Code
- Press
Ctrl+P(orCmd+Pon Mac) - Type
ext install digitalforge.2d71a7e3 - Press Enter
From VSIX file
- Download the
.vsixfile - In VS Code:
Extensions > ··· > Install from VSIX - Select the downloaded file
Usage
Press Ctrl+Shift+P and search for VS Code Extension: SQL Query Builder and Database Schema Navigator to see all available commands.
Keyboard shortcut: Ctrl+Shift+Alt+A (or Cmd+Shift+Alt+A on Mac)
Settings
| Setting | Default | Description |
|---|---|---|
2d71a7e3.enabled |
true |
Enable/disable the extension |
2d71a7e3.autoRun |
false |
Auto-run on file open |
2d71a7e3.logLevel |
"info" |
Log verbosity |
Requirements
- VS Code 1.74.0 or higher
Contributing
Found a bug? Open an issue.
License
MIT — see LICENSE for details.