hugsql

seancorfield 2021-01-29T00:15:39.005400Z

@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.

👍 1
richiardiandrea 2021-01-29T16:56:17.007400Z

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!