Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IDE: Add DataGrip #35

Merged
merged 3 commits into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/build.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"schemaVersion": 1,
"label": "docs build",
"message": "2.1.1"
"message": "2.1.2"
}
25 changes: 25 additions & 0 deletions docs/connect/ide.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,29 @@ Mostly through its PostgreSQL interface, CrateDB supports working with popular
database IDE (Integrated Development Environment) applications.


## DataGrip

```{div}
:style: "float: right"
[![](https://blog.jetbrains.com/wp-content/uploads/2019/01/datagrip_icon.svg){w=120px}](https://www.jetbrains.com/datagrip/)
```

[DataGrip] is a cross-platform database IDE that is tailored to suit the specific needs
of professional SQL developers.

Connecting DataGrip to CrateDB uses the vanilla PostgreSQL JDBC Driver,
the blog article [Blog: Use CrateDB With DataGrip] explains how it works.

![image](https://19927462.fs1.hubspotusercontent-na1.net/hub/19927462/hubfs/13-Datagrip.png?width=1536&name=CrateDB-DataGrip.png){h=200px}
![image](https://www.pgadmin.org/static/COMPILED/assets/img/screenshots/pgadmin4-welcome-light.png){h=200px}

:::{caution}
Please note while the query console works well, you will notice that many UI
actions do not work yet. We are tracking corresponding gaps at [Tool: DataGrip],
and appreciate any contributions to improve the situation.
:::
Comment on lines +25 to +29
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@surister: I've just added a corresponding note, as you suggested. Thanks again!



## DBeaver

```{div}
Expand All @@ -26,4 +49,6 @@ article [Blog: Use CrateDB With DBeaver] explains how it works.

[Blog: Use CrateDB With DataGrip]: https://cratedb.com/blog/use-cratedb-with-datagrip-an-advanced-database-ide
[Blog: Use CrateDB With DBeaver]: https://cratedb.com/blog/cratedb-dbeaver
[DataGrip]: https://www.jetbrains.com/datagrip/
[DBeaver]: https://dbeaver.io/
[Tool: DataGrip]: https://github.com/crate/crate/labels/tool%3A%20DataGrip
Loading