Re: how to create dependncies for mysql in clojure

2013-04-07 Thread Sean Corfield
lein new mysql-test Edit mysql-test/project.clj to add: [mysql/mysql-connector-java "5.1.23"] to the list of :dependencies You'll probably also want to add clojure.java.jdbc or another database library. For c.j.jdbc, add this dependency: [org.clojure/java.jdbc "0.3.0-alpha1"] Your project.clj sh

Re: how to create dependncies for mysql in clojure

2013-04-07 Thread George Oliver
On Sunday, April 7, 2013 4:03:46 PM UTC-7, jayvan...@gmail.com wrote: > > I want to access mysql. it is in c:\program files as mysql > what is the rule to create a dependicy statement " > [mysql/mysql-connector-java "5.1.23"]]". > I have two books "Practical Clojure" > "Programming Clojure"

how to create dependncies for mysql in clojure

2013-04-07 Thread jayvandal . js
I want to access mysql. it is in c:\program files as mysql what is the rule to create a dependicy statement " [mysql/mysql-connector-java "5.1.23"]]". I have two books "Practical Clojure" "Programming Clojure" No answer in the books that I find -- -- You received this message because you ar