Registry / database / flyway-mysql

flyway-mysql

JSON →
library12.5.0javamavenunverified

Flyway MySQL provides database migration support for MySQL databases.

<dependency> <groupId>org.flywaydb</groupId> <artifactId>flyway-mysql</artifactId> <version>12.5.0</version> </dependency>
INSTALL
IMPORT
SIG · FLYWAY-MYSQL
F
flyway-mysql
databasejavav12.5.0
harness data pending
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.

Flyway
org.flywaydb.core.Flyway

Runs Flyway migrations on a MySQL database.

import org.flywaydb.core.Flyway; public class Migration { public static void main(String[] args) { Flyway flyway = Flyway.configure().dataSource("jdbc:mysql://localhost/db", "user", "pass").load(); flyway.migrate(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
12.5.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
flyway-mysql — mvn dependency:get flyway-mysql · libregistry