Fork me on GitHub
#hugsql
<
2021-01-29
>
seancorfield00:01:39

@jeffmk You may also want to look at #honeysql if you want to compose complex SQL expressions programmatically. Regarding those two libraries: prefer next.jdbc if you can as clojure.java.jdbc is no longer getting updates.

👍 3
richiardiandrea16:01:17

Hi all, I am relatively new to hugsql and I have basically a Postgres' BYTEA to fill up. I am wondering if a Custom Parameter Type would allow me to call setBinaryStream on either a CallableStatement or PreparedStatement or if there is any better way to achieve this. Thank you in advance!