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
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"
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