Skip to content

ERD Explorer

Caleb Reath edited this page Aug 20, 2020 · 4 revisions

Overview

ERD Explorer will be a vscode extension designed to make schema visualization and debugging as painless as possible. The extension will support generating interactive ER diagrams which will allow developers to jump directly to SQL definitions of tables, columns, and user defined functions visible in the ERD.

Requirements

  • Automated ERD generation
  • ERD element click events to SQL

Instructions

  • Clone repository and open the .vscode-workspace workspace file in vscode.
  • Run npm install and npm run watch in the erd-explorer folder located in /Extensions/ERD Explorer/erd-explorer.
  • Start debugger using the Run ERD Explorer Configuration.
  • Inside the new vscode window create a new PostgreSQL connection in the PostgreSQL context panel.
  • Right click the Database context and click View ERD
  • Save the file if necessary.
Clone this wiki locally