Database.removeRange

void removeRange(uint minIndex, uint maxIndex) @safe

Removes entries by index range minIndex, maxIndex inclusive (0-based).

Throws

DarException if removal fails (out of range, I/O).