sql

All things SQL and JDBC...
2020-03-07T11:58:05.078300Z

will next.jdbc finally replace the current jdbc?

dharrigan 2020-03-07T13:02:00.078500Z

Eventually (one hopes!)

dpsutton 2020-03-07T14:38:01.079400Z

What else should happen to do so? It seems like it already has

seancorfield 2020-03-07T18:54:00.080600Z

@i next.jdbc is the 1.0 release that clojure.java.jdbc never got (and never will). I don't intend to do any more work on c.j.j except perhaps for any serious security bugs that get found.

seancorfield 2020-03-07T18:59:55.081400Z

The only changes to c.j.j since I started work on next.jdbc have been very minor and mostly fixative.

seancorfield 2020-03-07T19:00:38.082200Z

I certainly "strongly encourage" everyone to migrate and if they're only just getting started with SQL in Clojure, I tell folks to start with next.jdbc 🙂