Fork me on GitHub
#datascript
<
2017-03-07
>
misha21:03:02

@tonsky currently, what is the official/preferred way to do or queries?

(->> [:a :b :c]
  (map #(ds/q '[:find [?e ...] :in $ ?v :where [?e :attr ?v]] @conn %))
  (reduce into #{}))
?