This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-04-22
Channels
- # announcements (1)
- # beginners (179)
- # boot (8)
- # calva (3)
- # cider (4)
- # clara (3)
- # cljdoc (31)
- # clojure (9)
- # clojure-austin (1)
- # clojure-chicago (5)
- # clojure-dev (19)
- # clojure-nl (2)
- # clojure-uk (1)
- # clojurescript (13)
- # core-matrix (1)
- # cursive (86)
- # datascript (2)
- # datomic (13)
- # emacs (3)
- # figwheel-main (1)
- # fulcro (66)
- # off-topic (250)
- # pathom (7)
- # re-frame (19)
- # reitit (5)
- # sql (37)
- # uncomplicate (5)
seancorfield/next.jdbc "1.0.0-alpha8"
I've talked about this in a few groups -- it's been a long time coming. This is the "next generation" of clojure.java.jdbc
-- a modern wrapper for JDBC, that focuses on reduce
/transducers, qualified-keywords, and datafy
/`nav` support (so, yes, it requires Clojure 1.10).
https://cljdoc.org/d/seancorfield/next.jdbc/1.0.0-alpha8/doc/readme
The next generation of clojure.java.jdbc
: a new low-level Clojure wrapper for JDBC-based access to databases. It's intended to be both faster and simpler than clojure.java.jdbc
and it's where I intend to focus my future energy, although I have not yet decided whether it will ultimately be a new set of namespaces in the Contrib lib or a separate, standalone OSS library!
At this point, I'm looking for feedback on the API and the approach (as well as bugs, performance issues, etc). Please take it for a spin and let me know what you think (here on Slack or via Issues on GitHub).
The group/artifact ID will change at some point: and the actual namespaces will too, but I will try to make that as painless as possible when I take this out of the alpha phase.
all follow-up to #sql please