Closed fr33r closed 2 years ago
Base: 96.57% // Head: 98.71% // Increases project coverage by +2.13%
:tada:
Coverage data is based on head (
9e6c128
) compared to base (339bf8e
). Patch coverage: 97.53% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Description
Introduces the
work.UnitInsertFunc
,work.UnitUpdateFunc
, andwork.UnitDeleteFunc
options. Additionally refactors thework.SQLUnit
andwork.BestEffortUnit
to leveragework.UnitDataMapperFunc
internally instead ofwork.DataMapper
.Rationale
See #60 .
Suggested Version
v4.0.0-beta.5
Example Usage