clojure-sqlite-example
clojure-sqlite-example copied to clipboard
Updated versions of the dependencies and program worked on 6 March 2022.
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
Thanks for the feedback, feel free to raise a PR and I'll merge it :)