mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
ef503041ed
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
8 lines
346 B
Text
8 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.
|