IntelliJ IDEA
 
2025.1
Get IntelliJ IDEA

JDBC drivers

Last modified: 07 April 2025

JDBC (Java Database Connectivity) driver enables the IDE to connect to and query a database.

IntelliJ IDEA does not include bundled drivers to have a smaller size of the installation package and to keep driver versions up to date for each IDE version.

You can download JDBC drivers within the IDE and manually:

  • Upon creating a new data source for your database connection in the Data Sources and Drivers dialog ( ShiftEnter) , IntelliJ IDEA provides a link for you to download the missing driver.

    The Download missing driver files link
  • For direct download links, refer to the JetBrains JDBC drivers page.

Location for the downloaded JDBC drivers is the IntelliJ IDEA configuration directory.

If you need to download the driver from a Maven mirror or your own repository, IntelliJ IDEA will use the one configured in the $USER_HOME$/.m2/settings.xml file. For more information about the file, refer to the official documentation.

You can also specify your drivers for the data source instead of the provided ones. Custom JDBC drivers can be sourced from official database vendor websites, open source repositories, third-party vendors, developer communities and forums, and so on.