diff options
author | Alan Alberghini <414N@slacky.it> | 2017-04-17 15:47:53 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-22 08:10:43 +0700 |
commit | ef503041ed0b141bf7638a9b9b7d26944b67c276 (patch) | |
tree | a5445b583b3fa4fda22e3b55d4f0e97676183d39 /development/liquibase/README.SLACKWARE | |
parent | 143ba4d26ebbc182f20a17fc3b502bfa01eaaddb (diff) | |
download | slackbuilds-ef503041ed0b141bf7638a9b9b7d26944b67c276.tar.gz |
development/liquibase: Added (source control for your database).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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 0000000000..223e09558a --- /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. |