clojure.java.jdbc - A Clojure wrapper for JDBC access to databases

https://github.com/clojure/java.jdbc

• Release 0.3.4 on 2014-06-30

        • execute! can now accept a PreparedStatement instead of a SQL string 
JDBC-96.
                - query already had this functionality
        • Support simpler db-spec with :dbtype and :dbname (and optional :host 
and :port etc) JDBC-92.
                - MySQL is now as easy as {:dbtype "mysql" :dbname "mydb" :user 
"fred" :password "secret"}
        • Support oracle:oci and oracle:thin subprotocols JDBC-90.

In project.clj:

        [org.clojure/java.jdbc "0.3.4"]

Sean Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

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



Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to