Open fedefernandez opened 6 years ago
For the object mapper we need a method for populating a previously created insert prepared statement with a case class instance using the StatementAPI.setByteBufferListByName method.
case class
StatementAPI.setByteBufferListByName
def populateStatement[F[_], T](st: PreparedStatement, t: T): FreeS[F, BoundStatement]
For the object mapper we need a method for populating a previously created insert prepared statement with a
case class
instance using theStatementAPI.setByteBufferListByName
method.