Re: [ANN] clj.jdbc 0.1.0-beta5

2014-01-22 Thread david
Looks nice. Thanks for sharing. -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe

[ANN] clj.jdbc 0.1.0-beta5

2014-01-21 Thread Andrey Antukh
Alternative jdbc wrapper for Clojure! Released: 2014-01-21 This should be the last beta release. - Query functions (make-query, query and with-query) now accepts prepared statements. - Add ability to extend all behavior between some type is set as parameter to prepared statement and retrieved