Connect to Aiven for PostgreSQL® with DBeaver
Use DBeaver to connect to your Aiven for PostgreSQL® service.
Prerequisites
- Access to the Aiven Console
- At least one running Aiven for PostgreSQL service
- DBeaver installed on your machine
Get JDBC URI from Aiven Console
-
Log in to Aiven Console and navigate to your organization > project > Aiven for PostgreSQL service.
-
On the service Overview page, select Quick connect.
-
In the Connect window
- Choose to connect with Java using the Connect with dropdown menu.
- Copy the generated JDBC URI.
- Select Done.
Connect to JDBC URI from DBeaver
- Open DBeaver on your machine, and select Database > New Database Connection from the top navigation menu.
- In the Connect to database window, select PostgreSQL and click Next.
- In the Connection Settings window > Main tab > Server section, choose to connect with URL and paste the URI copied from the Aiven Console.
- Select Finish to create and save the connection.
The connection to your Aiven for PostgreSQL service has been established and is visible in DBeaver > Database Navigator.
Related pages
- Connect to Aiven for PostgreSQL for more tools you can use for connecting to your service
- DBeaver
- DBeaver Community