-
Notifications
You must be signed in to change notification settings - Fork 0
ERD Explorer
Caleb Reath edited this page Aug 20, 2020
·
4 revisions
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.
- Automated ERD generation
- ERD element click events to SQL
- Clone repository and open the
.vscode-workspace
workspace file in vscode. - Run
npm install
andnpm 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.