RE: [ANN] seancorfield/next.jdbc 1.0.0

2019-06-13 Thread Sean Corfield
From: Oleksandr Shulgin > After a month of alpha builds being available for testing, the first beta > build was released on June 24th, 2019. /me looks at his pocket clock distrustfully ;) Good catch! A PR to fix that has already been merged

Re: [ANN] seancorfield/next.jdbc 1.0.0

2019-06-13 Thread Oleksandr Shulgin
On Thu, Jun 13, 2019 at 7:51 AM Sean Corfield wrote: > The first “gold” release of the next generation of clojure.java.jdbc – a > new low-level Clojure wrapper for JDBC-based access to databases! > > > > https://github.com/seancorfield/next-jdbc > > > > Compared to the release candidate, this

Re: [ANN] seancorfield/next.jdbc 1.0.0

2019-06-13 Thread Thomas
Thank you for all the hard work you put into this Sean!!! Great to see new libraries being written for Clojure!!! Thomas On Thursday, 13 June 2019 07:51:56 UTC+2, Sean Corfield wrote: > > The first “gold” release of the next generation of clojure.java.jdbc – a > new low-level Clojure wrapper

[ANN] seancorfield/next.jdbc 1.0.0

2019-06-12 Thread Sean Corfield
The first “gold” release of the next generation of clojure.java.jdbc – a new low-level Clojure wrapper for JDBC-based access to databases! https://github.com/seancorfield/next-jdbc Compared to the release candidate, this contains just a couple of usability additions. The API has been stable

[ANN] seancorfield/next.jdbc "1.0.0-beta1" (stable)

2019-05-25 Thread Sean Corfield
next.jdbc 1.0.0 Beta 1 -- the "next generation" of clojure.java.jdbc: a modern low-level JDBC wrapper for Clojure http://corfield.org/blog/2019/05/25/next-jdbc/ for the announcement. https://cljdoc.org/d/seancorfield/next.jdbc/1.0.0-beta1/doc/getting-started to get started using it. Only

[ANN] seancorfield/next.jdbc 1.0.0-alpha8

2019-04-21 Thread Sean Corfield
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).