Introduce InsertFunc, UpdateFunc, and DeleteFunc options.
Pre-release
Pre-release
- Introduce
unit.InsertFunc
,unit.UpdateFunc
, andunit.DeleteFunc
options. - Refactored internals to to use
unit.DataMapperFunc
instead ofunit.DataMapper
. - Removed
DataMappers
property fromunit.Options
. - Renamed
work.DataMapper
towork.UnitDataMapper
for consistency.