You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a method for executing* a select statement from a case class (* we're returning a FreeS, not executing) using the StatementGenerator, and the SessionAPI.execute method.
defselectStatement[F[_], T]:FreeS[F, ResultSet]
The text was updated successfully, but these errors were encountered:
We need a method for executing* a select statement from a
case class
(* we're returning aFreeS
, not executing) using theStatementGenerator
, and theSessionAPI.execute
method.The text was updated successfully, but these errors were encountered: