clojure-sqlite-example
clojure-sqlite-example copied to clipboard
Example is not running
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 dependencies to
:dependencies [[org.clojure/clojure "1.9.0"]
[org.clojure/java.jdbc "0.7.6"]
[org.xerial/sqlite-jdbc "3.7.2"]]
I could get it work.
Thank you, by all means raise a PR and I'll merge it ASAP