Open sroller opened 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
create-table-ddl
project.clj
: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
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 inproject.clj
. After changing the dependencies toI could get it work.