This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-10-04
Channels
- # aleph (10)
- # announcements (2)
- # babashka (2)
- # beginners (101)
- # calva (17)
- # cider (11)
- # clara (6)
- # clj-kondo (25)
- # cljsrn (33)
- # clojure (181)
- # clojure-dev (15)
- # clojure-europe (3)
- # clojure-italy (4)
- # clojure-nl (8)
- # clojure-uk (22)
- # clojurescript (111)
- # clojutre (58)
- # cursive (31)
- # data-science (1)
- # datomic (10)
- # emacs (6)
- # ethereum (1)
- # fulcro (20)
- # graalvm (3)
- # jackdaw (5)
- # leiningen (5)
- # off-topic (31)
- # re-frame (2)
- # reitit (10)
- # shadow-cljs (9)
- # spacemacs (16)
- # sql (8)
- # tools-deps (16)
- # vim (17)
Use with-open
-- like it shows in the documentation.
@deleted-user https://cljdoc.org/d/seancorfield/next.jdbc/1.0.8/doc/getting-started#datasources-connections--transactions
(definitely worth reading through all the documentation at least once -- there are lots of hints & tips in there)
Oh...
Are you using connection pooling?
'k... just below that link above is an example of connection pooling with Component
that would be close to what you would do with Mount
I guess.
Cool!
Found this in hackernews, very useful reference: https://jvns.ca/blog/2019/10/03/sql-queries-don-t-start-with-select/
👍 4