Registry / database / flyway-core

flyway-core

JSON →
library12.1.1javamavenunverified

Flyway: Database Migrations Made Easy.

database
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

org.flywaydb.core.Flyway

Configures Flyway with an H2 in-memory database and runs pending migrations.

import org.flywaydb.core.Flyway; public class Main { public static void main(String[] args) { Flyway flyway = Flyway.configure().dataSource("jdbc:h2:mem:testdb", "sa", null).load(); flyway.migrate(); } }
Debug
Known footguns
breakingFlyway 12.x drops support for Java 8 and 11; requires Java 17+.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
14 hits · last 30 days
gptbot
3
claudebot
3
bingbot
1
mj12bot
1
ahrefsbot
1
Resources