Open fedefernandez opened 6 years ago
Method for executing an insert statement from a case class ( we're returning a FreeS, not executing) using the StatementGenerator, and the SessionAPI.executeWithByteBuffer method.
case class
FreeS
StatementGenerator
SessionAPI.executeWithByteBuffer
def insert[F[_], T](t: T): FreeS[F, ResultSet]
Important: This method shouldn't create a prepared statement
Method for executing an insert statement from a
case class
( we're returning aFreeS
, not executing) using theStatementGenerator
, and theSessionAPI.executeWithByteBuffer
method.Important: This method shouldn't create a prepared statement