roddyyaga / ppx_rapper

Syntax extension for writing SQL in OCaml
Other
139 stars 18 forks source link

Support all request processing functions #8

Closed Lelio-Brun closed 3 years ago

Lelio-Brun commented 3 years ago

Hi, thanks for the work! The ppx only allows bindings to exec, find, find_opt and collect_list. Are there plans to also support fold, fold_s and iter_s (and rev_collect_list for the sake of completeness), or were they omitted on purpose?

roddyyaga commented 3 years ago

Hey, I'm not planning on implementing those (unless I encounter some case where they are needed for performance reasons), but happy to accept a PR adding them.