Open
Description
Hello @nakabonne, great job with the library! I have been looking through the code and am unable to find out how to delete data within specified timestamp range. Is this feature implemented?
The closest I was able to find was inside storage_examples_test.go#L129 where you use a os.RemoveAll(tmpDir)
.
Thank you and appreciate your response!