Is there a way to select many rows with honeysql helpers? I select many rows by a vector of ids
as in select ,,, where id in (,,,) you mean?
select ,,, where id in (,,,)
(where [:in :id some-vector-of-ids])