ogrim / clojure-sqlite-example

Eclipse Public License 1.0
51 stars 17 forks source link

Updated versions of the dependencies and program worked on 6 March 2022. #8

Open MooersLab opened 2 years ago

MooersLab commented 2 years ago

For those landing here on or after 6 March 2022.

I updated the dependencies in the project.cjl files to the following

  :dependencies [[org.clojure/clojure "1.10.3"]
                 [org.clojure/java.jdbc "0.7.12"]
                 [org.xerial/sqlite-jdbc "3.36.0.3"]]

and ran

lein deps
lein run

The expected database file was created in the db subfolder.

Thank you for this simple example. It is very helpful

ogrim commented 2 years ago

Thanks for the feedback, feel free to raise a PR and I'll merge it :)