mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
9 lines
346 B
Text
9 lines
346 B
Text
|
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.
|