.ktest-db.1.0.0-rc1.source-code.defaults.conf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ktest-db Show documentation
Show all versions of ktest-db Show documentation
Database intergration for kTest
oracle {
driver = "oracle.jdbc.OracleDriver"
}
postgresql = {
driver = "org.postgresql.Driver"
}
// aliases
postgreSQL = ${postgresql}
postgre = ${postgresql}
postgres = ${postgresql}
mysql {
driver = "com.mysql.jdbc.Driver"
}
// aliases
mySQL = ${mysql}
___anonymous {
username = ""
password = ""
}
sqlite = ${___anonymous} {
driver = "org.sqlite.JDBC"
}
h2 = ${___anonymous} {
driver = "org.h2.Driver"
}