Add PostgreSQL support for SQL Backend

This commit is contained in:
Maxime Dor
2017-09-18 02:24:46 +02:00
parent f03cd76f52
commit 00896ab280
2 changed files with 28 additions and 3 deletions

View File

@@ -113,6 +113,9 @@ dependencies {
// SQLite
compile 'org.xerial:sqlite-jdbc:3.20.0'
// PostgreSQL
compile 'org.postgresql:postgresql:42.1.4'
testCompile 'junit:junit:4.12'
testCompile 'com.github.tomakehurst:wiremock:2.8.0'
}