DataGrip is a dedicated multi-engine database environment created by JetBrains that allows developers and administrators to write, edit, and analyze SQL code within one highly organized interface. Updated to version 2025.3.5 in February 2026, this database management tool streamlines complex coding workflows by offering intelligent code completion, real-time error detection, and broad compatibility with modern cloud architectures. By providing a single, adaptable workspace for almost every database dialect on the market, DataGrip frees teams from the frustrating process of juggling multiple native database clients during a busy workday.
Key Features
- Intelligent Query Files: Shifting away from traditional consoles in the late 2025 updates, JetBrains introduced a more structured file-based system to handle your SQL scripts. This setup automatically maintains a local history of your executed code, protecting your active drafts from accidental deletion.
- Introspection by Levels: This adaptive metadata loading mechanism prevents the application from freezing when connecting to massive data warehouses. It selectively loads schema details for environments like Amazon Redshift, PostgreSQL, and Microsoft SQL Server, meaning you can start writing queries without waiting for the entire database structure to sync.
- JetBrains AI Assistant Integration: An optional built-in companion that actively scans your code to detect inefficiencies such as redundant JOIN clauses or missing indexes. It provides direct text-to-SQL generation, explains confusing execution plans, and helps rewrite queries for better performance.
- Direct Cloud Provider Connections: Simplify your setup by directly authenticating your Amazon Web Services (AWS), Google Cloud Platform (GCP), or Azure accounts within the IDE. The software automatically scans your available cloud databases and fills in the necessary connection credentials instantly.
- Advanced Visual Database Explorer: Navigate easily through intricate schemas, organize objects into custom folders, and use visual dialogs to modify tables. You can even manage advanced structures like clustered and nonclustered columnstore indexes without manually typing out long alteration commands.
Use Cases
Database administrators, data analysts, and backend software developers operating on Windows 10 or Windows 11 rely on this application to handle large-scale database migrations and construct optimized analytical queries. It is highly practical for enterprise development teams that need to simultaneously monitor diverse relational and cloud architectures, such as blending local MySQL testing servers with live Redshift production environments.
Now offering a free non-commercial license alongside its traditional paid subscription model, DataGrip consolidates fragmented database administration tasks into a single, highly capable coding ecosystem that continuously adapts to the needs of modern data professionals.
Version 2025.3.5 — February 2026
- Resolved an issue where SQL statement highlighting failed for files opened outside of the active project workspace.
- Fixed a bug in the Services tool window where pressing the 'Delete' key unexpectedly prompted to terminate the database session rather than deleting the selected table row.
- Restored the ability to successfully execute MongoDB
.jsquery scripts within the console. - Addressed a malfunction that prevented the "Copy to Clipboard" action from working correctly.
- Repaired the data export functionality to ensure smooth and reliable data extraction.
- Adjusted internal configuration behavior so that query consoles are no longer saved within the data source per-file mappings.