1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【VSCode】ER図の作成

1
Last updated at Posted at 2025-05-18

記事概要

VSCodeでER図を作成する方法について、まとめる。

前提

  • VSCodeはインストール済みである
  • 拡張機能「Draw.io Integration」をインストール済みである

手順(ER図作成)

  1. アプリケーションを開く
  2. 拡張子.dioで、新規ファイルを作成する
    ※拡張子を.drawio.pngにすると、ファイル出力せずに画像が作成される
  3. 画面左下の「+その他の図形...」をクリック
  4. 「ER」にチェックを入れて適用をクリックすると、ER図作成に適した図形を扱える
    ※新たにテーブルを追加したい場合には、「ER」から使用するテーブルの図形をドラッグ&ドロップで設置
    ※同様の方法で、カラムも追加できる
    Image from Gyazo

手順(ファイル出力)

  1. 左上の「File」をクリック
  2. 「Export」を選択
  3. 「.png」を選択
  4. 保存場所を選択し、右下の「保存」をクリック

手順(README添付)

  1. READMEに下記を記述する
    readme.md
    ![](ファイル名)
    

備考

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?