editing clients has started.

This commit is contained in:
Bryce Covert
2019-01-19 09:52:06 -08:00
parent 9e1999725c
commit de5ebe8108
7 changed files with 54 additions and 28 deletions

View File

@@ -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)