vedang / clj_fdb

A thin Clojure wrapper for the Java API for FoundationDB.
https://vedang.github.io/clj_fdb/
Eclipse Public License 1.0
25 stars 9 forks source link

Adding KeySelectors to get-range #30

Open FiV0 opened 1 year ago

FiV0 commented 1 year ago

So here the first PR for the issues raised in #29. It essentially adds KeySelectors and limit/skip options to get-range. I am not sure this is is the best approach as this immense overloading of get-range makes the code a bit messy. So maybe worth thinking if a second get-range function would be a better option.

Will follow up with a second PR concerning the ordering returned by get-range.

FiV0 commented 1 year ago

Fixes #28.