clojure-sqlite-example icon indicating copy to clipboard operation
clojure-sqlite-example copied to clipboard

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

Open MooersLab opened this issue 3 years ago • 1 comments

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

MooersLab avatar Mar 06 '22 19:03 MooersLab

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

ogrim avatar Mar 15 '22 10:03 ogrim