Hi, after I tap> a result of next.jdbc/execute! where I have defined :schema for FK relation, how can I use nav ? I tried to press Enter on the value (#UUID) but it displays just the value and it doesn’t reference anything. Maybe there is a way how to debug it?
Is the uuid selected or is the string of the uuid selected? You can run clojure.core/type on the selected value to be certain if unsure. The next requirements is the map containing the key and uuid has metadata with clojure.core.protocols/nav . If it does and isn't working as you intended, I'm not sure why, but you can always provide your own nav implementation.
I have tried both - just the value and with #uuid.
I will see why the nav implementation doesn’t work in my case. It might be more about next.jdbc .