On 14 April 2010 22:18, John Cromartie <[email protected]> wrote: > The link to the example code for clojure.contrib.sql is broken. It was > very helpful to me, and it might be useful to other people new to both > Clojure and JDBC. > > http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/sql/test.clj > (Linked from http://richhickey.github.com/clojure-contrib/sql-api.html)
I think this is what you're looking for (for clojure 1.1.x): http://github.com/richhickey/clojure-contrib/blob/1.1.x/src/clojure/contrib/sql/test.clj or this (for master): http://github.com/richhickey/clojure-contrib/blob/master/src/test/clojure/clojure/contrib/test_sql.clj -- Michael Wood <[email protected]> -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en To unsubscribe, reply using "remove me" as the subject.
