Hi, I am using clojure.java.jdbc with HSQLDB, but I cannot figure out how to create an in-memory database. Whatever I try defaults to a file based instance, so:
(def hsql-db {:classname "org.hsqldb.jdbcDriver" :subprotocol "hsqldb" :subname "memory"}) creates a file called memory.log etc. in my current working directory. Whatever I put in the :subname is used as the filename. I have tried "mem" with the same effect. Any pointers? Google and the java.jdbc documentation aren't helping... Thanks, Col -- -- 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.