Skip to content
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

Merged
merged 8 commits into from
Jun 14, 2017

Conversation

ehashman
Copy link
Contributor

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.

@michaelklishin
Copy link
Member

Wow, this is awesome. Thank you!

@seancorfield can I get your blessing? :)


(def db-spec
Copy link
Contributor

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).

@seancorfield
Copy link
Contributor

It's a huge improvement on what's currently there so BIG "Thanks!" to @ehashman -- I have no other comments beyond switching the introductory db-spec to the new, simpler format.

@ehashman
Copy link
Contributor Author

Incoming fix for the db-spec, please hold...

@seancorfield seancorfield merged commit 05ecf12 into clojuredocs:master Jun 14, 2017
@seancorfield
Copy link
Contributor

Excellent! @michaelklishin Do you want to trigger a build/deploy of the site?

@michaelklishin
Copy link
Member

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants