Skip to content

Instantly share code, notes, and snippets.

@wilig
Created August 18, 2010 17:46
Show Gist options
  • Save wilig/535558 to your computer and use it in GitHub Desktop.
Save wilig/535558 to your computer and use it in GitHub Desktop.
(defn to-sql
[query]
(into [(apply str (query :stmt))] (query :vars)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment