Fork me on GitHub
#sql
<
2019-10-31
>
Darrell20:10:09

Hi All. I’m fairly new at Clojure but finding my way around nicely. I’m working on some code I’ve inherited that uses clojure.java.jdbc to do an insert! and I haven’t been able to find any documentation on it to say what, if anything, it returns. Can someone point me to something that talks about that?

seancorfield20:10:53

Hi @darrell! The API reference docs for clojure.java.jdbc are here http://clojure.github.io/java.jdbc/#clojure.java.jdbc/insert!

seancorfield20:10:42

There's additional documentation here http://clojure-doc.org/articles/ecosystem/java_jdbc/home.html (it's a bit outdated because of problems with the http://clojure-doc.org server)

seancorfield20:10:11

c.j.j. is considered "Stable" at this point -- unlikely to get further maintenance beyond blocking bug fixes. All future work is being done on https://cljdoc.org/d/seancorfield/next.jdbc/ for whenever your team feels like migrating to the newer library.