2013/5/14 Sean Corfield
> http://clojure-doc.org is easy to contribute to so with a bit of
> guidance from that team, perhaps we can start a section there for
> java.jdbc documentation? And maybe move the four pieces of
> documentation above from the contrib repo to the clojure-doc repo?
Feel f
2013/5/14 Sean Corfield
> I think in-depth documentation for using java.jdbc probably belongs
> somewhere like http://clojure-doc.org - (but I'm not quite sure where
> it belongs on that site)
>
Next to core.typed documentation (which needs some editing to follow the
rest of the guides a bit mor
On Mon, May 13, 2013 at 3:01 PM, Gary Deer wrote:
> What are your plans for documentation beyond the doc strings?
There are some additional documentation pages, based on the doc folder
in the Github repo here:
https://github.com/clojure/java.jdbc/tree/master/doc/clojure/java/jdbc
http://clojure.
Tested this one in the real world using an Oracle database: "Address
JDBC-51 by declaring get-connection returns java.sql.Connection"
indeed it does return a java.sql.Connection
What are your plans for documentation beyond the doc strings? I've been
trying to keep track of how I'm using the lib