funcool / clojure.jdbc

JDBC library for Clojure
http://funcool.github.io/clojure.jdbc/latest/
Apache License 2.0
105 stars 26 forks source link

Added ISQLStatement protocol #8

Closed dubiousdavid closed 10 years ago

dubiousdavid commented 10 years ago

Added ISQLStatement protocol to allow for pluggable statement transformations. For example, translate a hash map return by HoneySQL.

niwinz commented 10 years ago

Very nice! Thanks!