Skip to content

Instantly share code, notes, and snippets.

@ponzao
Created February 11, 2011 12:34
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 ponzao/822280 to your computer and use it in GitHub Desktop.
Save ponzao/822280 to your computer and use it in GitHub Desktop.
(-> (query #(SQLQueryImpl.
connection
(Configuration. templates)
%))
(from :actors)
(where (equal? :name "George Clooney")
(equal? :age 49))
(list :name :age))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment