Skip to content

Chriss95De/EasySQLMigration

Repository files navigation

EasySQLMigration

EasySQLMigration sqlMigration = new EasySQLMigration("JDBC-URL", "User", "Password");
sqlMigration.setSQLScripts("https://github.com/folderToSql/");
sqlMigration.migrate();

Scriptstructure

1_name.sql
1_1_scondName.sql
2_second.sql

//yes its that easy :)

About

easy and simple sql script migration tool

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages