0
comment
comment
on 5/8/2011 7:22 PM
The library formerly known as clojure.contrib.sql has had its first
non-snapshot release.
Features added (above and beyond clojure.contrib.sql):
returns generated keys for single record inserts
supports naming strategies to allow you to override the conversion of
keywords to/from SQL entity names
exposes resultset-seq that respects naming strategies
exposes print-* functions to print SQL exceptions (and no longer
prints to *err* on an exception)
You can read more about naming strategies in the
clojure.ja[...]