-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcom.jetbrains.DataGrip.metainfo.xml
More file actions
100 lines (100 loc) · 3.81 KB
/
com.jetbrains.DataGrip.metainfo.xml
File metadata and controls
100 lines (100 loc) · 3.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<content_rating type="oars-1.1"/>
<description>
<p>**NOTE: This wrapper is not verified by, affiliated with, or supported by JetBrains s.r.o.**</p>
<p>
DataGrip is the multi-engine database integrated development environment (IDE) from JetBrains
designed for SQL developers.
</p>
<p>
It supports various databases and offers features like query consoles, schema navigation, and
smart code completion.
</p>
<p>If the DBMS has a JDBC driver, you can connect to it via DataGrip.</p>
<p>Key features:</p>
<ul>
<li>
Multi-database connectivity: Connect via JDBC to PostgreSQL, Oracle, MySQL, MariaDB, SQLite,
SQL Server, Snowflake, Amazon Redshift, BigQuery, ClickHouse, MongoDB, and many others
</li>
<li>
Smart SQL editor: Schema-aware code completion, on-the-fly error highlighting, quick-fixes,
context-sensitive suggestions, refactorings, and code formatting
</li>
<li>
Query consoles: Multiple consoles with independent contexts; run, explain, and profile SQL
queries; result-set preview and export
</li>
<li>
Data editor and results: Excel-like editing, inline editing, sorting/filtering, pagination,
and export to CSV/JSON/Excel/Markdown
</li>
<li>
Schema and object tools: Database explorer, object DDL generation, visual diagrams, compare
and merge schemas, generate migration scripts
</li>
<li>
Data diff and compare: Compare tables or query results with visual diff and tolerance
settings
</li>
<li>
Version control and workflows: Git integration, local history, and ability to run SQL from
project files
</li>
<li>AI assistance (where available): Natural-language-to-SQL generation, explain query, and
context-aware help
</li>
</ul>
</description>
<developer_name>JetBrains s.r.o.</developer_name>
<id>com.jetbrains.DataGrip</id>
<launchable type="desktop-id">com.jetbrains.DataGrip.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<name>DataGrip</name>
<project_license>LicenseRef-proprietary</project_license>
<releases>
<release version="2025.3.5" date="2026-02-05">
<description></description>
</release>
<release version="2025.3.4" date="2026-01-22">
<description/>
</release>
<release version="2025.3.3" date="2026-01-09">
<description/>
</release>
<release version="2025.3.2" date="2025-12-23">
<description/>
</release>
<release version="2025.3.1" date="2025-12-18">
<description/>
</release>
<release version="2025.3" date="2025-12-02">
<description/>
</release>
<release version="2025.2.5" date="2025-11-28">
<description/>
</release>
<release version="2025.2.4" date="2025-10-01">
<description/>
</release>
</releases>
<screenshots>
<screenshot type="default">
<caption>Welcome Screen</caption>
<image>https://resources.jetbrains.com/help/img/idea/2025.2/db_qsg_welcome_screen_dark.png</image>
</screenshot>
<screenshot>
<caption>Database Explorer</caption>
<image>https://www.jetbrains.com/datagrip/features/img/mysql/Explore_database_objects.png</image>
</screenshot>
<screenshot>
<caption>Datasource Settings</caption>
<image>https://www.jetbrains.com/datagrip/features/img/postgresql/connect1.png</image>
</screenshot>
</screenshots>
<summary>The Cross-Platform IDE for Databases and SQL</summary>
<update_contact>datagrip@jetbrains.com</update_contact>
<url type="bugtracker">https://youtrack.jetbrains.com/issues/DBE/</url>
<url type="homepage">https://www.jetbrains.com/datagrip/</url>
</component>