This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-05-12
Channels
- # beginners (40)
- # boot (2)
- # cider (16)
- # clara (2)
- # cljs-experience (2)
- # clojure (100)
- # clojure-italy (11)
- # clojure-russia (2)
- # clojure-spec (9)
- # clojure-uk (34)
- # clojurescript (36)
- # community-development (3)
- # core-async (4)
- # cursive (4)
- # datascript (1)
- # datomic (20)
- # duct (10)
- # emacs (1)
- # fulcro (2)
- # off-topic (40)
- # onyx (12)
- # overtone (8)
- # portkey (6)
- # quil (1)
- # re-frame (7)
- # ring-swagger (2)
- # shadow-cljs (2)
- # spacemacs (2)
- # test200 (10)
- # tools-deps (16)
- # unrepl (1)
- # vim (24)
it's recommended to implement duct.database.sql.Boundary
for sql tasks, but then I can't wrap jdbc/with-db-connection
around a bunch of these boundary method calls
It’s recommended that stuff like with-db-transaction lives behind a single boundary method that encapsulates the entirety of the process. Think this is discussed/recommended on weavejester’s blog.
I've just visited James' blog but can't find such thing mentioned
Thank you anyway
This slightly touches on the subject https://github.com/duct-framework/duct/wiki/Boundaries
or am I doing it wrong?