|
| 1 | +(dbeaver)= |
| 2 | +# DBeaver |
| 3 | + |
| 4 | +```{div} |
| 5 | +:style: "float: right; margin-left: 0.5em" |
| 6 | +[{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 | +{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 | +{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 | +{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 | +{h=240px} |
| 68 | +{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 |
0 commit comments