Ashwin Sreekumar
Results
1
comments of
Ashwin Sreekumar
This is the configuration that I am using, ``` slick.dbs { default { profile = "slick.jdbc.PostgresProfile$" db.driver = "org.postgresql.Driver" db.url = "jdbc:postgresql://localhost:5432/new_db" db.user = "name" db.password = "" } }...