🚧 work in progress: This extension is currently in active development. We are passionately working to bring you a seamless SQL visualization experience. Your feedback is invaluable in making this tool better!
Visualize SQL schemas and edit them visually within VS Code.
Features
Visual Schema Design: Drag and drop tables, edit columns, and see relationships.
Index Management: Create and manage clustered/non-clustered indexes with multi-column support.
Change Tracking: Enable SQL Server change tracking with optional column-level tracking.
Native Experience: Integrated property editor that feels like a native database tool.
Sync with Code: Changes in the visual editor are instantly reflected in your .sql files.
Improved Scaling: Automatic auto-fit and zoom for a clear view of your database structure.
Usage
Open any .sql file that contains CREATE TABLE statements.
The Visual View will open automatically as a custom editor.
Click on a table to view and edit its properties.
Use the "View Code" button to switch back to the text editor.