honeysql

Discussion of https://github.com/seancorfield/honeysql :slightly_smiling_face:
orestis 2021-06-09T08:04:09.019600Z

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))

seancorfield 2021-06-09T12:13:19.020200Z

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