A DBeaver plugin that enables connectivity to Amazon Aurora DSQL databases with IAM authentication support.
This plugin installs and sets up the Aurora DSQL Connector for JDBC for DBeaver to connect to Amazon Aurora DSQL.
Features:
Windows users may encounter issues downloading the Aurora DSQL Connector for JDBC driver from Maven Central. To resolve this:
Then proceed with the installation steps below.
Aurora DSQL Pluginhttps://awslabs.github.io/aurora-dsql-dbeaver-plugin/update-site/jdbc:aws-dsql:postgresql://{cluster_endpoint}/{database}?user=admin&profile=default®ion=us-east-1If you see a missing driver icon or connection errors, the Aurora DSQL (Community Plugin) may not be installed in your current DBeaver version. See below some examples of errors and how to fix them:
Creating a new connection with the missing driver:
![]()
Attempting to connect without the driver:

Cause: When multiple DBeaver versions are installed, connection settings are shared but drivers are installed per application.
Solution: Reinstall the Aurora DSQL (Community plugin) by following the installation steps above.
If you encounter a PKIX path building failed error when connecting to Aurora DSQL, your DBeaver installation may not have the required SSL certificates.
Cause: DBeaver uses its own bundled Java keystore which may not include all certificates from your system’s trust store.
Solution: Import the required CA certificates from your local Java installation into DBeaver by following the DBeaver wiki guide.
mvn clean install -P jarsmvn clean package -P packagingsoftware.aws.aurora.dsql.dbeaver.updatesite > target > repositorySee CONTRIBUTING for more information.
This project is licensed under the Apache-2.0 License.