Skip to content

Releases: Dukeabaddon/ERD-Visualizer

v0.1.2

Choose a tag to compare

@Dukeabaddon Dukeabaddon released this 26 May 18:02

Marketplace publish v0.1.2. tsconfig Node16 alignment.

v0.1.1 - ERD Visualizer

Choose a tag to compare

@Dukeabaddon Dukeabaddon released this 27 Jan 10:27

v0.1.1 – Improved SQL Parsing & Compatibility

This maintenance release focuses on stability, compatibility, and support for complex SQL schemas.

Highlights

  • Improved PostgreSQL Support: Fixed a critical parser bug where nested parentheses in CHECK constraints or default functions (e.g., gen_random_uuid()) caused tables to appear empty.
  • Wider Compatibility: Lowered the minimum VS Code version requirement to ^1.85.0, fixing "command not found" errors for many users.
    -Databricks / Spark SQL Support: Added parser support for complex types like ARRAY, MAP, STRUCT and table options (USING DELTA, etc.).
    -Better Error Handling: Added robust error trapping to ensure the extension fails gracefully with clear messages instead of valid schemas being ignored.

v0.1.0 – ERD Visualizer preview

Choose a tag to compare

@Dukeabaddon Dukeabaddon released this 20 Nov 12:54

First public preview of ERD Visualizer for VS Code.

Highlights

  • Visualize SQL DDL (PostgreSQL, MySQL, SQL Server, SQLite) and canonical JSON schemas directly in VS Code.
  • Auto-detect entities, PK/FK relationships, and cardinality for clean ER diagrams.
  • Interactive dark-mode canvas with pan/zoom/drag plus per-file layout persistence.
  • Export diagrams to SVG/PNG or copy snapshots straight into documentation and PRs.

Installation

  • From VS Code: search for “ERD Visualizer” or run ext install dukeabaddon.erd-visualizer.
  • Manual: download the attached erd-visualizer-0.1.0.vsix and install with code --install-extension.