Meet DataGrip, our new database IDE that is tailored to suit specific needs of professional SQL developers and DBAs.
Allows you to execute queries in different modes and provides local history that keeps track of all your activity and protects you from losing your work.
Lets you jump to any table, view, or procedure by its name via corresponding action, or directly from its usages in the SQL code.
Gives you an extended insight into how your queries work and into database engine behavior so you can make your queries more efficient.
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.
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 the way to fix problems.
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. Even the actual table names in the database are updated when you rename references to them from your queries.
We provide unified support for all major version control systems: Git, SVN, Mercurial and many others.