This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-04-11
Channels
- # aws (6)
- # beginners (167)
- # cider (41)
- # cljs-dev (6)
- # cljsrn (3)
- # clojure (399)
- # clojure-dusseldorf (1)
- # clojure-nl (2)
- # clojure-spec (3)
- # clojure-uk (47)
- # clojurescript (16)
- # core-async (8)
- # cursive (56)
- # datomic (14)
- # devcards (1)
- # docs (2)
- # duct (2)
- # editors (3)
- # emacs (3)
- # fulcro (178)
- # graphql (10)
- # off-topic (107)
- # onyx (7)
- # pedestal (21)
- # planck (13)
- # re-frame (58)
- # reagent (76)
- # ring-swagger (3)
- # shadow-cljs (85)
- # slack-help (2)
- # sql (1)
- # tools-deps (11)
- # uncomplicate (5)
- # vim (24)
- # yada (4)
what kind of constraints do you mean?
Essentially, I have a transaction function that runs in the transactor, and it gets passed the tx. It uses d/with
to build a db with the tx, then enumerates the constraints queries in the database, and ensures that none of them return data.
If successful, it returns the tx as-is. Otherwise, it fails with a nice error message.
I'm looking for things to extract from my (overly large) project. Perhaps this is a nice thing.
Hmm... I don't know. I mean, I'll bet you can install transaction functions, but I don't know much about cloud.
hmm true, looks like is not supported https://docs.datomic.com/on-prem/moving-to-cloud.html#sec-4
This will be an evolving area of cloud
@alexmiller do you have a rough timeframe for this?