editing clients has started.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
(defn get-all []
|
||||
|
||||
(->> (d/q '[:find (pull ?e [*])
|
||||
(->> (d/q '[:find (pull ?e [* {:client/address [*]}])
|
||||
:where [?e :client/name]]
|
||||
(d/db (d/connect uri)))
|
||||
(map first)
|
||||
|
||||
Reference in New Issue
Block a user