diff options
Diffstat (limited to 'development/liquibase/README.SLACKWARE')
-rw-r--r-- | development/liquibase/README.SLACKWARE | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/development/liquibase/README.SLACKWARE b/development/liquibase/README.SLACKWARE new file mode 100644 index 0000000000000..223e09558ac35 --- /dev/null +++ b/development/liquibase/README.SLACKWARE @@ -0,0 +1,8 @@ +Liquibase requires JDBC drivers to connect to the different DBMSs it can manage +and they do not come with the liquibase binary distribution. + +In order to add them to its classpath, you should put the JDBC driver jars (or +symlinks to them) in /opt/liquibase/lib/. + +Please see http://www.liquibase.org/databases.html for a list of supported +DBMSs. |