-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Database drivers
dbeaver-devops edited this page Sep 17, 2025
·
32 revisions
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
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.
By default, DBeaver uses JDBC drivers, which are Java libraries (.jar files). Lite, Enterprise, and Ultimate
editions also support ODBC drivers.
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
- Getting started
- DBeaver configuration
-
Security
- Connection settings
- Databases support
- Classic
- Cloud
- Embedded
- File drivers
- Graph
- Database Navigator
- Data Editor
- SQL Editor
- Entity relation diagrams (ERD)
- Cloud services
- AI Assistant
- Data transfer and schema compare
- Task management
- Integrated tools
- Administration
- DBeaver Editions
- Standalone
- Cloud-hosted
- FAQ
- Development