Skip to main content

All Questions

Tagged with
1 vote
1 answer
255 views

How is this app converting from an IOConnection/IO to a future when integrating with Play?

I'm looking at this repo on github that is using both play and doobie. I want to understand how it is eventually converting from a connectionIO/IO from cats to a Future that the playframework is built ...
Blankman's user avatar
  • 265k
0 votes
1 answer
720 views

How do I create a Doobie Meta instance for MySQL using Play JSON?

How do I implement basic serialization/deserialization at the query level using Doobie, MySQL, and Play JSON?
JPotts's user avatar
  • 302