DataGrip について

プロのSQL開発者とデータベース管理者向けに作られたデータベースIDE

DataGrip is a multi-engine database environment. It supports MySQL, PostgreSQL, Microsoft SQL Server, Oracle, Sybase, DB2, SQLite, HyperSQL, Apache Derby and H2. It includes an editor that provides intelligent coding assistance for editing SQL code such as auto-completion, analysis and navigation. It also features a query console for running and profiling queries.

DataGrip Features

  • Intelligent query console - Allows you to execute queries in different modes and provides a local history that keeps track of all your activity and protects you from losing your work.
  • Efficient schema navigation - Lets you jump to any table, view, or procedure by its name via the corresponding action, or directly from its usages in the SQL code.
  • Explain plan - Gives you an extended insight into how your queries work and into the database engine behavior, so you can make your queries more efficient.
  • Smart code completion - DataGrip provides context-sensitive code completion, helping you to write SQL code faster. Completion is aware of the tables structure, foreign keys, and even database objects created in code you're editing.
  • On-the-fly analysis and quick-fixes - DataGrip detects probable bugs in your code and suggests the best options to fix them on the fly. It will immediately let you know about unresolved objects, using keywords as identifiers and always offers a way to fix the problems.
  • Refactorings that work in SQL files and schemas - DataGrip correctly resolves all references in your SQL code and helps you refactor them. When you rename a variable or an alias, it will update their usages throughout the entire file. The actual table names in the database are updated when you rename references to them from your queries. There is even a preview of usages of tables/views inside other views, stored procedures and functions.
  • Version control integration - Unified support for all major version control systems: Git, SVN, Mercurial and many others.