Questions tagged [datagrip]

JetBrains' commercial Database IDE(formerly 0xdbe). This is a cross platform database IDE that supports most relational databases.

DataGrip is a multi-engine database environment from JetBrains. It supports:

  • Oracle
  • PostgreSQL
  • AWS Redshift
  • MySQL
  • Microsoft SQL Server
  • Microsoft Azure
  • DB2
  • Sybase
  • SQLite
  • HyperSQL
  • Apache Derby
  • H2
  • Exasol

Targeting the needs of professional SQL developers, DataGrip makes working with databases an enjoyable experience.

Main features

Database objects

DataGrip introspects objects in your databases and displays them grouped in folders by schemas. It also provides a UI for adding and editing tables, columns, indexes, constraints, etc. Quick navigation brings you to any object, whether it has just been created in your code or has been read from a database.

Data editor

A powerful table editor lets you add, remove, edit, and clone data rows. Navigate through the data by foreign keys and use the text search to find anything in the data displayed in the table editor. All your changes are stored locally and can be submitted at once. Multiple fields can also be edited at once.

Query editor

Transform and move blocks of code, use multi-cursors to manage selection, format code according to specific style. DataGrip provides context-sensitive, schema-aware code completion, helping you write code faster. Completion is aware of table structure, foreign keys, and even database objects created in the code you're editing.

Additional Features

Code Reformatting

Reformat queries with a single click through user-definable code style schemes. Formatting currently supports: SQL, JSON, HTML, XML, and CSV.

Query Templates (Live Templates)

Ability to define custom, commonly-used SQL snippets that can be generated via an alias using smart code completion (e.g. define a common set of joins to auto-generate when typing 'common' into the SQL editor).

Safe Refactor

Refactor code without worrying that your changes will break other portions of your project. DataGrip will automatically check and alert, if a refactor change has the potential to break other portions of code within your project.

Links

679 questions
-1
votes
1 answer

0xdbe Download new version has Expired

I download new version ,but can't start work and tell me download new version.so , How can I deal with it?
yaogemail
  • 11
  • 1
-2
votes
2 answers

How to open oracle ORA file on DataGrip 2022 on windows 11?

I have an .ora file that I want to open on DataGrip 2022.1.2 installed on windows 11. I installed Oracle 21c XE, and went with (Connect to Oracle with OCI). Everything worked okay to the point of creating the tnsnames.ora file. But, I didn't…
Idrees
  • 711
  • 1
  • 7
  • 31
-3
votes
1 answer

Query BETWEEN TWO TABLES OUTPUT (MYSQL)

two table EMPLOYEE and Department EMPLOYEE's fields are ID,Name, Salary ,DEPT_ID(foreign key to department table) DEPARTMENT'S fields are id,NAME,LOCATION VALUES OF EMPLOYEE TABLE WILL Be Values OF DEPARTMENT TABLE WILL BE Output from these table…
-6
votes
1 answer

HOW DO I GET RID OF THIS ERROR? expected, got 'number'

I am trying to run an SQL database on my M1 Mac using MySQL and JetBrains Datagrip. I got Datagrip connected to my SQL but when I put my code in I get this strange error when I try to CREATE a table expected, got 'number' or expected, got…
1 2 3
45
46