Hi,

Preemptive: :-)

  * I'm not looking for datomic.
  * I'm also not looking for sqlkorma.

  * An "in-memory" data-log might be what I'm after.

Context:

  I'm reading:
    http://code.kx.com/wiki/JB:QforMortals2/tables

  and it struck me -- why can't I view a clojure {vector,list} of maps
as a table? I.e.:

  [{:tag :animal :type :dog :age 2}
  {:tag :animal :type :cat :age 4}]

  then do queries on things like:

    "get me all vector-indices of cats' of age >= 3"

Question:

  Is there a library (or even a blog post) about doing sql-like
querying on _in memory clojure data structures_ ?

Thanks!

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to