-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial refactor and rewrite of clojure.java.jdbc docs #241
Conversation
Wow, this is awesome. Thank you! @seancorfield can I get your blessing? :) |
|
||
(def db-spec |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm trying to encourage folks to switch to the new, simpler dbtype/dbname format. Could you update the example to this:
(def db-spec
{:dbtype "mysql"
:dbname "mydb"
:user "myaccount"
:password "secret"})
(and the paragraph above will need updating to reflect this preferred approach).
It's a huge improvement on what's currently there so BIG "Thanks!" to @ehashman -- I have no other comments beyond switching the introductory |
Incoming fix for the db-spec, please hold... |
Excellent! @michaelklishin Do you want to trigger a build/deploy of the site? |
Done. |
Addresses #229.
I've not yet had the chance to work on "Using SQL" and "Using DDL". I'll save those changes for a follow-up PR.