How to use a dynamic attribute? #444
Unanswered
SuperCuber
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I don’t think there’s a way to do this with collection. If you import it into datascript database, you can certainly do it, kind of like you described. You’ll need to add :db.cardinality/many to schema to :children, otherwise it should work. But it directly on collection, it probably wouldn’t |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to query an AST created with
clojure.tools.analyzer
, where nodes look something likeI want to create a
child
rule, and I tried doingHowever this doesn't seem to work - no results from the query. How can I achieve what I want?
Beta Was this translation helpful? Give feedback.
All reactions