clojure-sqlite-example
clojure-sqlite-example copied to clipboard
Results
2
clojure-sqlite-example issues
Sort by
recently updated
recently updated
newest added
For those landing here on or after 6 March 2022. I updated the dependencies in the project.cjl files to the following ```clojure :dependencies [[org.clojure/clojure "1.10.3"] [org.clojure/java.jdbc "0.7.12"] [org.xerial/sqlite-jdbc "3.36.0.3"]] ```...
I was playing around with the example trying to learn how to deal with databases. The recent syntax change `create-table-ddl` requires a change of dependencies in `project.clj`. After changing the...