Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create a database diagrams in visual studio code?

I am trying Visual studio code to code the database but I cannot create the database diagram. Is there a way I can create it just like in SSMS. Thank you.

VS Code window

like image 421
NVS Avatar asked Jul 06 '20 17:07

NVS


1 Answers

  1. Install the ERD Editor extension from https://marketplace.visualstudio.com/items?itemName=dineug.vuerd-vscode

  2. Create a file with the extension .vuerd.json, e.g. somedb.vuerd.json

  3. Click the Open ERD Editor icon at the top right:

enter image description here

like image 166
isapir Avatar answered Oct 13 '22 08:10

isapir