This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-12-30
Channels
- # adventofcode (7)
- # announcements (9)
- # babashka (20)
- # beginners (182)
- # calva (9)
- # cider (20)
- # circleci (3)
- # clj-kondo (1)
- # clojure (269)
- # clojure-europe (2)
- # clojure-india (1)
- # clojure-italy (6)
- # clojure-nl (5)
- # clojure-uk (50)
- # clojurescript (56)
- # code-reviews (3)
- # core-async (174)
- # datomic (4)
- # duct (1)
- # emacs (3)
- # events (1)
- # fulcro (31)
- # graalvm (10)
- # graphql (8)
- # jobs (1)
- # joker (11)
- # juxt (7)
- # luminus (2)
- # malli (4)
- # off-topic (2)
- # overtone (1)
- # pathom (2)
- # re-frame (24)
- # shadow-cljs (42)
- # sql (1)
- # tools-deps (10)
seancorfield/next.jdbc {:mvn/version "1.0.13"}
-- very minor update: adds next.jdbc/statement
as a convenience for creating Statement
object, with all the expected options; adds :connection
and :statement
options that allow you to set arbitrary properties on Connection
and (`Prepared`)`Statement` objects, using clojure.java.data
(which relies on the Java Reflection API -- so it's better/faster to use the explicitly supported options in next.jdbc
: this just gives you access to options that aren't directly supported, such as DB-specific options and/or rarely-used options that aren't worth adding to the core library).
