Skip to content

Commit d40e6ad

Browse files
committed
Integrate: Add dedicated page about DBeaver
1 parent 5fee715 commit d40e6ad

File tree

2 files changed

+99
-0
lines changed

2 files changed

+99
-0
lines changed

docs/integrate/dbeaver/index.md

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
(dbeaver)=
2+
# DBeaver
3+
4+
```{div}
5+
:style: "float: right; margin-left: 0.5em"
6+
[![](https://upload.wikimedia.org/wikipedia/commons/thumb/b/b5/DBeaver_logo.svg/512px-DBeaver_logo.svg.png){w=120px}](https://dbeaver.io/)
7+
```
8+
9+
[DBeaver] is a multipurpose cross-platform database tool for developers,
10+
database administrators, analysts, and everyone working with data.
11+
12+
It is available as an open-source version _DBeaver Community_ and
13+
as a commercial version _DBeaver PRO_.
14+
15+
16+
## Install
17+
18+
::::{grid} 2
19+
:::{grid-item}
20+
For connecting to CrateDB, the [CrateDB JDBC Driver] will be used.
21+
:::
22+
:::{grid-item}
23+
![Image](https://github.com/user-attachments/assets/ebd11a53-4d4a-4a9b-bed2-25909e618929){w=480px}
24+
:::
25+
::::
26+
27+
28+
## Connect
29+
30+
::::{grid} 2
31+
32+
:::{grid-item}
33+
Please specify database URL and credentials of your CrateDB cluster.
34+
35+
When connecting to [CrateDB Self-Managed] on localhost,
36+
for evaluation purposes, use:
37+
```
38+
jdbc:crate://localhost:5432/
39+
```
40+
41+
When connecting to [CrateDB Cloud], use:
42+
```
43+
jdbc:crate://<clustername>.cratedb.net:5432/
44+
```
45+
:::
46+
:::{grid-item}
47+
![Image](https://github.com/user-attachments/assets/3288ab3f-a70a-42db-8b99-051ea3051c84){w=480px}
48+
:::
49+
:::{grid-item}
50+
When selecting CrateDB, drivers will be downloaded automatically
51+
on the first use.
52+
53+
Alternatively, download and use the [crate-jdbc-standalone-2.7.0.jar] JAR file,
54+
and select the driver class `io.crate.client.jdbc.CrateDriver`.
55+
:::
56+
:::{grid-item}
57+
![Image](https://github.com/user-attachments/assets/5436f893-06d8-433f-94b3-72dddb5a13e1){w=480px}
58+
:::
59+
60+
::::
61+
62+
63+
## Usage
64+
Use the tree menu on the left-hand pane to navigate to the `doc` schema and
65+
its tables. Navigate to the Data tab to browse your table data.
66+
67+
![Image](https://cratedb.com/hs-fs/hubfs/Screen-Shot-2019-04-05-at-17.15.05.png?width=1600&name=Screen-Shot-2019-04-05-at-17.15.05.png){h=240px}
68+
![Image](https://cratedb.com/hs-fs/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=240px}
69+
70+
71+
72+
## Learn
73+
74+
:::{rubric} Tutorials
75+
:::
76+
- [Blog: Use CrateDB With DBeaver]
77+
78+
:::{rubric} Product
79+
:::
80+
- [CrateDB and DBeaver]
81+
82+
:::{rubric} Notes
83+
:::
84+
:::{note}
85+
We are tracking interoperability issues per [Tool: DBeaver], and appreciate
86+
any contributions and reports.
87+
:::
88+
89+
90+
[Blog: Use CrateDB With DBeaver]: https://cratedb.com/blog/cratedb-dbeaver
91+
[CrateDB and DBeaver]: https://cratedb.com/integrations/cratedb-and-dbeaver
92+
[CrateDB Cloud]: https://cratedb.com/product/cloud
93+
[CrateDB JDBC Driver]: https://cratedb.com/docs/jdbc/
94+
[CrateDB Self-Managed]: https://cratedb.com/product/self-managed
95+
[crate-jdbc-standalone]: https://repo1.maven.org/maven2/io/crate/crate-jdbc-standalone/
96+
[crate-jdbc-standalone-2.7.0.jar]: https://repo1.maven.org/maven2/io/crate/crate-jdbc-standalone/2.7.0/crate-jdbc-standalone-2.7.0.jar
97+
[DBeaver]: https://dbeaver.io/
98+
[Tool: DBeaver]: https://github.com/crate/crate/labels/tool%3A%20DBeaver

docs/integrate/ide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ database IDE (Integrated Development Environment) applications.
99
:maxdepth: 2
1010
1111
datagrip/index
12+
dbeaver/index
1213
```

0 commit comments

Comments
 (0)