This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-12-21
Channels
- # adventofcode (20)
- # babashka (118)
- # beginners (170)
- # calva (1)
- # clojure (102)
- # clojure-europe (1)
- # clojure-nl (13)
- # clojure-uk (5)
- # clojuredesign-podcast (19)
- # code-reviews (10)
- # core-async (9)
- # cursive (7)
- # datomic (8)
- # fulcro (3)
- # malli (5)
- # mount (1)
- # off-topic (19)
- # overtone (1)
- # reagent (2)
- # reitit (2)
- # spacemacs (2)
- # sql (4)
- # tools-deps (5)
@boccato I had completely forgotten that there is a :timeout
option -- in both clojure.java.jdbc
and next.jdbc
. It's probably not well documented in c.j.j but it is written up in next.jdbc
's documentation. I'd just forgotten about it since I never use it. Sorry.
https://cljdoc.org/d/seancorfield/next.jdbc/1.0.12/doc/all-the-options#prepared-statements
LMK how it works for you 🙂