Quantcast
Channel: Liquibase Forums
Viewing all articles
Browse latest Browse all 2993

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

$
0
0
I am trying to configure
  1.             <plugin>
                    <groupId>org.liquibase</groupId>
                    <artifactId>liquibase-maven-plugin</artifactId>
                    <version>3.0.5</version>
                    <configuration>
                        <changeLogFile>liquibase/local-changelog.yml</changeLogFile>
                        <driver>???</driver>
                        <url>jdbc:postgresql:flow</url>
                        <username>postgres</username>
                    </configuration>
                    <executions>
                        <execution>
                            <phase>process-resources</phase>
                            <goals>
                                <goal>update</goal>
                            </goals>
                        </execution>
                    </executions>
                </plugin>
But the only example on https://www.liquibase.org/documentation/maven/index.html has
  1.           <driver>oracle.jdbc.driver.OracleDriver</driver>
              <url>jdbc:oracle:thin:@tf-appserv-linux:1521:xe</url>
How do I know what to use for PostgreSQL? Is it documented anywhere?

Viewing all articles
Browse latest Browse all 2993

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>