Fork me on GitHub
#datomic
<
2021-11-05
>
ivana09:11:49

Hello! In current project I have .edn file, which holds datomic transactor-level functions, uploaded as :db/fn . There can use clojure.core functions, clojure.string/... etc. But I also have my own .clj file with some custom util functions. Can I load it somehow and use inside datomic transactions?

Drew Verlee02:11:49

Would this be how you achieve atomic commits?

ivana20:11:38

@U0DJ4T5U1 I'm not totally sure, but looks like yes, and this is one of the goals of all the idea