Multi-engine SQL extension for VS Code — connect to PostgreSQL, MySQL, SQLite, PGlite, and ClickHouse without leaving your editor. Schema explorer, autocomplete, paginated results, and inline editing built in.
The easiest way to install — search in VS Code or use the Quick Open command. Updates automatically.
# Quick Open (Ctrl+P / Cmd+P), then paste:
ext install cuongquachc88.vs-sql-editor
Or search VS SQL Editor in the Extensions panel · Open in Marketplace ↗
Write SQL in the editor you already know. VS SQL Editor wires up connections, schema awareness, and a result grid — all without leaving VS Code.
SQLite and PGlite tests run without any external services. For PostgreSQL, MySQL, and ClickHouse, Docker Compose spins up the required databases.
npm run build Compile TypeScript via esbuild npm test Run vitest suite (SQLite + PGlite) npm run watch Incremental rebuild on file change F5 in VS Code Launch Extension Development Host docker compose up -d Start PostgreSQL, MySQL, ClickHouse npx @vscode/vsce package Package as .vsix for distribution MIT licensed. Connection profiles stay on your machine. Passwords in OS keychain. Zero analytics.