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