arriqaaq/flashdb

unknown keys

mybigman opened this issue · 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.

@mybigman Currently I have added minimalistic api for the db, I'll have a look at how buntdb does it