Make erlfdb_get_key_selector more user friendly

Previously it was not possible to combine the `lt`/`lteq`/`gt`/`gteq`
behaviors with an offset without duplicating all of the logic in
`erlfdb_get_key_selector`. This changes that so a skip can be applied
onto any of those atom based selectors.
1 file changed
tree: b8426dd25b8a2743fbc14b8454f0c08cca2f788d
  1. c_src/
  2. include/
  3. notes/
  4. plugins/
  5. priv/
  6. src/
  7. test/
  8. .gitignore
  9. enc
  10. LICENSE
  11. Makefile
  12. README.md
  13. rebar.config
README.md

A FoundationDB client in Erlang

Yay!