mybigman opened this issue 2 years ago · 1 comments
How can I get the first and last result if key is not known?
With buntdb it has a tx.Descend and tx.Ascend that allows to easily do this.
tx.Descend
tx.Ascend
@mybigman Currently I have added minimalistic api for the db, I'll have a look at how buntdb does it