Fork me on GitHub
#honeysql
<
2021-06-09
>
orestis08:06:09

One suggestion that perhaps merit some discussion is re-introducing the call helper? It would help our migration quite a bit and the implementation could just be

(defn call [f & args]
  (apply vector f args))

seancorfield12:06:19

Open a Github issue and I'll think about it.