From 6e2560122f260d1503b629dd93a5aa76a3a19c9c Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Thu, 3 Aug 2023 01:47:46 +0200 Subject: [PATCH] NG/IDE: Remove DataGrip and pgAdmin again, they do not work --- docs/ide.md | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/docs/ide.md b/docs/ide.md index 5053eb3..a1d541b 100644 --- a/docs/ide.md +++ b/docs/ide.md @@ -5,22 +5,6 @@ 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} - ## DBeaver @@ -39,24 +23,7 @@ article [Blog: Use CrateDB With DBeaver] explains how it works. ![image](https://19927462.fs1.hubspotusercontent-na1.net/hub/19927462/hubfs/Screen-Shot-2019-04-05-at-17.15.13.png?width=1600&name=Screen-Shot-2019-04-05-at-17.15.13.png){h=200px} -## pgAdmin - -```{div} -:style: "float: right" -[![](https://www.pgadmin.org/static/docs/pgadmin4-7.5-docs/_images/logo-right-128.png){w=120px}](https://www.pgadmin.org/) -``` - -[pgAdmin] is the most popular and feature rich Open Source administration and -development platform for PostgreSQL. - -Connecting pgAdmin to CrateDB works natively and without further ado. - -![image](https://www.pgadmin.org/static/COMPILED/assets/img/screenshots/pgadmin4-welcome-light.png){h=200px} -![image](https://www.pgadmin.org/static/COMPILED/assets/img/screenshots/pgadmin4-viewdata.png){h=200px} - [Blog: Use CrateDB With DataGrip]: https://crate.io/blog/use-cratedb-with-datagrip-an-advanced-database-ide [Blog: Use CrateDB With DBeaver]: https://crate.io/blog/cratedb-dbeaver -[DataGrip]: https://www.jetbrains.com/datagrip/ [DBeaver]: https://dbeaver.io/ -[pgAdmin]: https://www.pgadmin.org/