Skip to content
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.

Clone this wiki locally