-
Notifications
You must be signed in to change notification settings - Fork 1
Driver Management
dbvr connects to databases using JDBC drivers. Some drivers are preconfigured and shipped with the application, while others are downloaded automatically from Maven Central when first used. If you need a specific driver version or want to use a custom one, you can update it manually.
Tip: Run
dbvr driver listto see which drivers are already downloaded.
Preconfigured drivers are bundled with dbvr and stored in the installation directory:
| OS | Default drivers directory |
|---|---|
| macOS | /Applications/dbvr.app/Contents/Eclipse/drivers |
| Windows | C:\Program Files\dbvr\drivers |
| Linux (package install) | /usr/share/dbvr/drivers |
| Linux (archive install) | ~/dbvr/drivers |
Tip: On Linux, the archive path depends on where you extracted dbvr. Replace
~/dbvrwith your actual installation directory.
Some drivers aren’t bundled with dbvr. They are downloaded automatically from Maven Central when you connect to the database for the first time.
Note: By default, dbvr resolves the
RELEASEversion of the driver artifact.
Maven drivers are stored in the DBeaverData directory, which is located next to the workspace:
- On Windows, open Explorer and enter the path
%APPDATA%\DBeaverData\drivers\maven\maven-central\. - On Linux, execute
cd $XDG_DATA_HOME/DBeaverData/drivers/maven/maven-central/. - On MacOS, navigate to
~/Library/DBeaverData/drivers/maven/maven-central/in Finder. To view hidden folders, press Cmd+Shift+..
-
Download the required JDBC
.jar. -
Open the appropriate driver directory:
- for preconfigured drivers - see Preconfigured drivers location.
- for Maven drivers - see Maven drivers location.
-
Replace the file with the new version.
- Getting started
- Reference
- Commands
- Connection options
- Databases support
- Administration
- About dbvr