DBeaver is a multi-platform database tool for developers, database administrators, analysts and all people who need to work with databases, this article covers how to connect to a Neo4j AuraDB instance using DBeaver.
- With DBeaver open, click on the "New database Connection" button in the top left hand corner of the screen.
- Scroll down the list of database vendors (or search for neo4j), find and select Neo4j and click "Next >" at the bottom of the screen.
- The next step is to download and install the latest driver from DBeaver. In the "Generic JDBC Connection Settings" window that opens, click on the "Driver properties" tab.
When you click on the "Driver properties" tab, this opens the "Driver settings" window which should display the files required by the driver. Click on the "Download" button to download the latest driver file shown in the window and once it has completed click the Finish button. - We now need to adjust the Driver settings to have the correct format for connecting to an AuraDB instance. In the Generic JDBC Connection Settings window, click on the Edit Driver Settings button, update the URL template value to be jdbc:neo4j:neo4j+s://{host}[:{port}]/ and click on the OK button.
- The final step is to change the Host value to match the AuraDB instance DBID and also populate the username and password.
Comments
0 comments
Article is closed for comments.