OK, I'm finally at a place where I feel comfortable showing an early working draft of `next.jdbc` to the world: https://github.com/seancorfield/next-jdbc/blob/master/src/next/jdbc.clj -- although it is *not* API-compatible with `clojure.java.jdbc`, it is almost at feature parity at this point.
Feedback here, or via issues, or via DM is all fine. The code is substantially shorter and simpler than `clojure.java.jdbc` and the performance is substantially better.
_I have not yet decided whether this will live in Contrib or not, at this point so feedback on that is also useful!_
Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clo...@googlegroups.com
Note that posts from new members are moderated - please be patient with your first post.
To unsubscribe from this group, send email to
clojure+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to the Google Groups "Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email to clojure+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I maintain four Contrib libraries: core.cache, core.memoize, java.jdbc, and tools.cli – most of the libraries are complete and stable. You can see the full list here:
https://clojure.org/community/contrib_libs
Only about half a dozen are considered inactive at this point.
Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood
Cheers, Jakub