Skip to content

Instantly share code, notes, and snippets.

@remvee
Created April 15, 2010 12:41
Show Gist options
  • Save remvee/367043 to your computer and use it in GitHub Desktop.
Save remvee/367043 to your computer and use it in GitHub Desktop.
debug hack for clojure.contrib.sql
(binding [clojure.contrib.sql/do-commands #(prn %)
clojure.contrib.sql/do-prepared #(prn %1 %2)]
(blog.models/create-db))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment