While working FoundationDB bindings, I discovered that the semantic of reverse? and offset is not the one
I had in mind. Right now I am wondering how useful is FoundationDB semantic where it reverse the range
select after the application of the limit. What I had in mind is the inverse that is. Given key-start and key-end,
return LIMIT pairs starting from key-end.

Anyway, the code and tests are at https://git.sr.ht/~amz3/guile-foundationdb

TBH, I have various issues I can not debug using Guile both using WiredTiger and FoundationDB.
I will try using Chez Scheme to see, if it is a problem with Guile or the way I am doing it.


Best regards,


Amirouche ~ amz3