Fork me on GitHub
#sql
<
2019-12-30
>
seancorfield00:12:24

seancorfield/next.jdbc {:mvn/version "1.0.13"} -- very minor update: adds next.jdbc/statement as a convenience for creating Statement object, with all the expected options; adds :connection and :statement options that allow you to set arbitrary properties on Connection and (`Prepared`)`Statement` objects, using clojure.java.data (which relies on the Java Reflection API -- so it's better/faster to use the explicitly supported options in next.jdbc: this just gives you access to options that aren't directly supported, such as DB-specific options and/or rarely-used options that aren't worth adding to the core library).

parrot 8