On Fri, Jan 31, 2014 at 2:54 PM, Mark Engelberg
<mark.engelb...@gmail.com> wrote:
> I've been having trouble figuring out how to use clojure.java.jdbc
> effectively, for example, how to rename tables, do work in transactions,
> etc.  Is there full documentation with examples somewhere?

Feel free to ask specific questions - either here or on the
clojure-java-jdbc mailing list. I don't know what's missing from the
documentation unless people speak up!

As for renaming tables, DDL support is deliberately minimal because it
is hard to be portable:

    (db-do-commands db-spec "some DDL") ;; should do what you need

As for documentation, as mynomoto said:

    http://clojure-doc.org/articles/ecosystem/java_jdbc/home.html

which is community editable without requiring a CA etc! If anything is
missing, you can open an issue https://github.com/clojuredocs/guides
or submit a PR!
-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)

-- 
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 from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to