How to create a database diagrams in visual studio code?

10,620
  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

Share:
10,620

Related videos on Youtube

NVS
Author by

NVS

Updated on October 15, 2022

Comments

  • NVS
    NVS over 1 year

    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

    • Parth Shah
      Parth Shah almost 4 years
      Check this extension out.
  • Utsav Barnwal
    Utsav Barnwal almost 3 years
    It is really awesome. Apart from supporting multiple databases and giving export options it also generates entity types.