# Where are the supported jdbc drivers listed for the liquibase-maven-plugin?

**URL:** https://forum.liquibase.org/t/where-are-the-supported-jdbc-drivers-listed-for-the-liquibase-maven-plugin/3742
**Category:** General Discussion
**Created:** [April 25, 2019, 12:29am UTC](https://forum.liquibase.org/t/where-are-the-supported-jdbc-drivers-listed-for-the-liquibase-maven-plugin/3742 "2019-04-25T00:29:00Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Eric](https://avatars.discourse-cdn.com/v4/letter/e/898d66/32.png) [@Eric](https://forum.liquibase.org/u/Eric)
#### Post date: [April 25, 2019, 12:29am UTC](https://forum.liquibase.org/t/where-are-the-supported-jdbc-drivers-listed-for-the-liquibase-maven-plugin/3742/1 "2019-04-25T00:29:00Z")

</div>

I am trying to configure

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; oracle.jdbc.driver.OracleDriver  
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; jdbc:oracle:thin:@tf-appserv-linux:1521:xeHow do I know what to use for PostgreSQL? Is it documented anywhere?

---

<div class="post-metadata">

### Author: ![un63457426458059399r](https://avatars.discourse-cdn.com/v4/letter/u/3ab097/32.png) [@un63457426458059399r](https://forum.liquibase.org/u/un63457426458059399r)
#### Post date: [April 25, 2019, 12:29am UTC](https://forum.liquibase.org/t/where-are-the-supported-jdbc-drivers-listed-for-the-liquibase-maven-plugin/3742/2 "2019-04-25T00:29:00Z")

</div>

Okay, after some sleuthing around on the internet, ??? is the Java class name for the JDBC Driver.
