Skip to content

Commit

Permalink
updated schema definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Paula Gearon committed Jan 13, 2021
1 parent 8f8c137 commit 966a5e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject org.clojars.quoll/asami "1.2.10"
(defproject org.clojars.quoll/asami "1.2.11"
:description "An in memory graph store for Clojure and ClojureScript"
:url "http://github.com/threatgrid/asami"
:license {:name "Eclipse Public License"
Expand Down
3 changes: 2 additions & 1 deletion src/asami/core.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@
(s/optional-key :tx-triples) [[(s/one s/Any "entity")
(s/one s/Any "attribute")
(s/one s/Any "value")]]
(s/optional-key :executor) s/Any}
(s/optional-key :executor) s/Any
(s/optional-key :update-fn) (s/pred fn?)}
[s/Any]))

(s/defn transact
Expand Down

0 comments on commit 966a5e5

Please sign in to comment.