Versions in this module Expand all Collapse all v0 v0.1.1 Jul 29, 2024 v0.1.0 Jul 24, 2024 Changes in this version + type IncrementalDbEntry struct + ChangedAt types.UnixMilli + Deleted types.Bool + func (i IncrementalDbEntry) GetChangedAt() types.UnixMilli + func (i IncrementalDbEntry) IsDeleted() bool + type IncrementalPkDbEntry struct + ID PK + func (i IncrementalPkDbEntry[PK]) GetPrimaryKey() PK