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

Example is not running

Open sroller opened this issue 7 years ago • 1 comments

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.

sroller avatar May 14 '18 03:05 sroller

Thank you, by all means raise a PR and I'll merge it ASAP

ogrim avatar May 14 '18 05:05 ogrim