ScalaConsultants / zio-slick-interop

Slick interop for ZIO
MIT License
38 stars 9 forks source link

Issue 30 - Adding an extra ZIO.fromDBIO overload with execution context #31

Closed remiguittaut closed 3 years ago

remiguittaut commented 3 years ago

Adding an extra ZIO.fromDBIO overload for DBIO effects requiring an execution context.

Solves issue 30.

remiguittaut commented 3 years ago

@jczuchnowski Hi, could you have a look please :)? I really would like to get that merged, I need it in my code and it's a bit annoying to have it embedded. It's very little code. Thank you :)

jczuchnowski commented 3 years ago

@remiguittaut thanks for this! And sorry for the delay. I will release it as 0.2.1 in a couple of hours.