Similarly nstore-where re-use "match" without defining it:
(nstore-from transaction nstore pattern [config]) → generator
Return a generator of bindings where variables (in the sense of
nstore-var?
) ofPATTERN
are bound against one or more matching tuples from the store associated withTRANSACTION
.
(nstore-where transaction nstore pattern) → procedure → generator
Return a procedure that takes a generator of bindings as argument and returns a generator of bindings where variables of
PATTERN
are bound to one or more matching tuples from the store associated withTRANSACTION
.