Skip to content

Databases support

DBeaver uses database drivers to connect to different databases. Drivers are small components that translate application requests into database-specific commands. Most drivers are bundled or can be downloaded automatically. If a driver is missing, you can add it manually using the Driver Manager.

DBeaver works with a wide range of databases:

  • SQL databases - PostgreSQL, MySQL, MariaDB, Oracle, SQL Server, DB2, SQLite, Firebird, H2, and more
  • NoSQL databases - MongoDB, Cassandra, Redis, DynamoDB, etc.
  • Cloud services - Amazon RDS, Aurora, Google Cloud Spanner, Snowflake, BigQuery, and others
  • Analytics platforms - ClickHouse, Vertica, Greenplum, Redshift, and more

Info

For details, see the list of supported databases for your edition:

You can also use Cloud Explorer to browse and manage cloud resources like AWS, Google Cloud, and Azure directly in DBeaver.

JDBC and ODBC

By default, DBeaver uses JDBC drivers, which are Java libraries (.jar files). Lite, Enterprise, and Ultimate editions also support ODBC drivers.

Info

For details, see ODBC driver.

  • Driver Manager - how to add or configure drivers manually
  • ODBC driver - using ODBC with DBeaver
  • FAQ - common questions about connections and drivers
  • Log files - where to find logs for troubleshooting