Hello, I have a couple of csv files that are actually dumped data from SQL tables. These tables have proper relationships with key, foreign keys so they can be easily joined using SQL.
I would like to load them into memory and then appy SQL queries on that data. So in fact, I'm looking for a clojure in-memory SQL database that allows me to slurp the csv files, treat them as tables and run sql queries on them. I already looked into clojure.set and this would work. But is there another library to look into? Maybe a clojure SQL set of macros that allow to issue "real" SQL queries? I don't want to install sqlite and jdbc-drivers and stuff like this. Just load csv file into memory and run SQL queries within clojure. Thx. Finn -- 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