ogrim / clojure-sqlite-example

Eclipse Public License 1.0
51 stars 17 forks source link

Example is not running #4

Open sroller opened 6 years ago

sroller commented 6 years ago

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.

ogrim commented 6 years ago

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