jooq/jOOQ-examples/jOOQ-flyway-ddl-example
2019-07-25 17:26:44 +02:00
..
src [jOOQ/jOOQ#8939] Added missing files 2019-07-25 17:26:44 +02:00
.gitignore [jOOQ/jOOQ#8939] Various fixes 2019-07-25 15:51:37 +02:00
LICENSE.txt
pom.xml [jOOQ/jOOQ#8939] Various fixes 2019-07-25 15:51:37 +02:00
README.md [jOOQ/jOOQ#8939] Various fixes 2019-07-25 15:51:37 +02:00

Thanks for downloading jOOQ. Please visit http://www.jooq.org for more information.

To install and run this example, simply check it out and run the following Maven command

$ pwd
/path/to/checkout/dir
$ cd jOOQ-examples/jOOQ-flyway-ddl-example
...
$ mvn clean install

This example uses Flyway and jOOQ's DDLDatabase which emulates Flyway's file ordering.