another sql mutation bites the dust.

This commit is contained in:
Bryce Covert
2018-09-03 14:54:18 -07:00
parent fe5d09c02b
commit 2e87b9ddff
4 changed files with 11 additions and 7 deletions

View File

@@ -80,6 +80,10 @@
(<-datomic)
(first)))
(defn update [update]
@(d/transact (d/connect uri) [update])
(get-by-id (:db/id update) ))
(defn get-multi [ids]
(->>
(d/query {:query {:find [[default-read '...]]