Skip to main content

All Questions

Tagged with
-1 votes
1 answer
194 views

How to set port number in doobie database url?

My Postgresql-server is running on port 6000 (not the default port 5432). How can I set put this port number into doobie jdbc url? val xa = Transactor.fromDriverManager[IO]( "org.postgresql....
PokerFace's user avatar
  • 801
0 votes
1 answer
525 views

Cannot Connect to Docker postgres container - Scala

I have created a service called job-board I want it to run and talk to postgres container. I am not sure if I should run the job-board using sbt? or should I use docker-compose up to run both services ...
Ry2254's user avatar
  • 991