diff options
Diffstat (limited to 'development/liquibase/README')
-rw-r--r-- | development/liquibase/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/development/liquibase/README b/development/liquibase/README new file mode 100644 index 0000000000000..17e3ccaf38a7c --- /dev/null +++ b/development/liquibase/README @@ -0,0 +1,9 @@ +Liquibase - source control for your database + +Liquibase is an open source database-independent library for tracking, managing +and applying database schema changes. + +See README.SLACKWARE for information on how to make JDBC drivers available to +liquibase. + +This requires a Java runtime (jdk or JRE) to run. |