More peer vs client; again from clojarians:
Conversation from slack
I have a syntax question. This is working:
(d/q '[:find (pull ?e [*])
:where [?e :team/id]] db)
This is not, and is throwing Exception(d/q '[:find [(pull ?e [*]) ...]
:where [?e :team/id]] db)
ExceptionExceptionInfo Only find-rel elements are allowed in client find-spec
I’m using datomic-pro-0.9.5661
marshall14:04:01
Client only supports find rel https://docs.datomic.com/cloud/query/query-data-reference.html#find-specs
marshall14:04:20
Peer has additional options for find spec https://docs.datomic.com/on-prem/query.html#find-specifications