List of run/debug configuration templates
This page lists run/debug configuration templates available in DataGrip. For more information about using them in your project, refer to the related how-to pages.
|
Name |
Use it to |
Required plugins |
|---|---|---|
|
Run several run/debug configurations in parallel. This is useful, for example, if you want to launch various automated tests or client-server apps. The controls for each configuration will be available in a separate tab in the Run or Debug tool window. |
||
|
Run your database scripts against created data sources. |
Database |
|
|
Created automatically when you run a container from a Dockerfile. This configuration builds an image from the Dockerfile, and then derives a container from this image. |
Docker |
|
|
Created automatically when you run a container from an existing image. You can run it from a locally existing Docker image that you either pulled or built previously. |
Docker |
|
|
Created automatically when you run a multi-container Docker application from a Docker Compose file. |
Docker |
|
|
Execute HTTP Requests directly in the DataGrip either individually or as part of a compound run/debug configuration. |
HTTP Client |
|
|
Run tests for stored procedures, functions, views, and triggers of Microsoft SQL Server. For a tutorial about running tSQLt tests, refer to Run tSQLt tests. |
Database (Microsoft SQL Server) |
|
|
Run tests for packages, functions, procedures, triggers, views, and other objects that can be used in PL/SQL. For a tutorial about running utPLSQL tests, refer to Run utPLSQL tests. |
Database (Oracle) |