mhalbritter / flyway-native-image

PoC to demonstrate Flyway working in native-image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flyway in native-image

Proof of concept to show how Flyway could run in a GraalVM native-image.

Running

  1. Install GraalVM, for example via sdkman: sdk install java 22.3.r17-grl
  2. Run ./gradlew nativeRun

About

PoC to demonstrate Flyway working in native-image

License:Apache License 2.0


Languages

Language:Java 100.0%