4
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?

More than 3 years have passed since last update.

DataGripの基本操作

Last updated at Posted at 2020-07-06

(気が向いたら、更新します)

Sequel Proなどから別の乗り換え先を探してるという人...

DataGripを検討してみてはいかが!?

DataGripについて

  • JetBrainsの有料プランで契約出来るソフト
    • 一ヶ月お試し無料で使える
  • MySQL, Redis, SQLiteなど様々なミドルウェアをサポートしている
  • とても高機能!
  • しかし、高機能すぎて、基本的な操作がどこにあるのかよく分からない...
    • この記事では、基本的な操作方法について解説します

DBの接続方法

まず接続方法から

  • 左側のDatabaseタブ > +マーク > Data Source > 対象のミドルウェアを選択

image.png

  • Host, User, Password, Databaseを記述
  • Download missing driver filesが下に出ている場合は、 Downloadリンクを押下してdriverをダウンロード
    image.png

Table操作

Table作成

  • schemaは各DBのこと。schemaを選んで、右クリック New > Tableでテーブル作成出来る
    image.png

  • GUIで作成したい場合は、上側の画面を

  • SQL文を直接打ち込みたい場合は、下側の画面(SQL Script)を使う

  • 上の画面を変更すると、非同期でSQL文の画面の内容を更新してくれる

    • 逆はしてくれない
      image.png
  • Excuteでテーブル作成

テーブル検索

Shiftを二回押せば、検索画面が出てくるので、そこでテーブル名の検索も出来る

image.png

カラム操作

追加

  • +ボタン > Add New Rowで行を追加

image.png

  • 行が増えるので、中のカラムを編集する
    image.png

  • ただし、すぐ反映されるわけではない

    • draft状態になっているので、Submitボタンを押す必要がある
      image.png

カラム内検索方法

  • メニューからfilter byを選択すればできる
    image.png

  • もしくは、検索窓にwhere文から後ろを記述して検索

image.png

(気が向いたら、更新します)

4
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
4
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?