Simo Oskar Juvanen
Results
2
issues of
Simo Oskar Juvanen
I have an use cases that there is a specific amount of data I'd like to keep for each sensor, and delete the oldest records accordingly, essentially keeping just the...
Using the following options with `DBCommon`: ```rust fn compare_full_key(a: &[u8], b: &[u8]) -> Ordering { let key_cmp = compare_key(a, true, b, true); if key_cmp != Ordering::Equal { return key_cmp; }...