Skip to content

Instantly share code, notes, and snippets.

@mwmitchell
Created March 17, 2011 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mwmitchell/874777 to your computer and use it in GitHub Desktop.
Save mwmitchell/874777 to your computer and use it in GitHub Desktop.
(defmacro with-query-results [query form]
(sql/with-connection db/conn
(sql/with-query-results rs query form)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment