You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
narkisr edited this page Mar 6, 2012
·
2 revisions
Supporting multiple database vendors
The plugin currently ships with built in support for Mysql and Postgres via type in liqui.conf and adding jdbc drivers to the build.gradle.
Adding additional vendor support can be done by adding a datasource script file to the classpath under 'datasources/${vendor}.groovy' and adjusting the build gradle to include depdendencies for that driver.