honeysql

Discussion of https://github.com/seancorfield/honeysql :slightly_smiling_face:
exit2 2020-02-24T19:58:52.005400Z

Is there a way to select many rows with honeysql helpers? I select many rows by a vector of ids

seancorfield 2020-02-24T20:02:26.005800Z

as in select ,,, where id in (,,,) you mean?

seancorfield 2020-02-24T20:02:42.006200Z

(where [:in :id some-vector-of-ids])

👍 1