Skip to content

mirkoprescha/scala-redshift-it-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

prequisites

  • download redshift-jdbc-driver (e.g. RedshiftJDBC42-1.1.17.1017.jar) and place it in src/main/resources. Add it to classpath. scalikejdbc-config will automatically load it.

  • add an application.conf in src/main/resources ' db.default.driver="com.amazon.redshift.jdbc42.Driver" db.default.url="jdbc:redshift://....ssl=true&sslFactory=com.amazon.redshift.ssl.NonValidatingFactory" db.default.user=... db.default.password=...'

Open

  • case class for entity members

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages