actually talks to db

This commit is contained in:
Bryce Covert
2017-12-07 17:39:38 -08:00
parent 505ccfba8e
commit 9188ef7ca6
8 changed files with 101 additions and 98 deletions

View File

@@ -12,7 +12,12 @@
[ring/ring-defaults "0.2.1"]
[ring/ring-json "0.4.0"]
[ring "1.4.0"]
[yogthos/config "0.8"]]
[yogthos/config "0.8"]
[org.clojure/java.jdbc "0.7.3"]
;; https://mvnrepository.com/artifact/postgresql/postgresql
[postgresql/postgresql "9.3-1102.jdbc41"]
[cljs-http "0.1.44"]
[org.clojure/core.async "0.3.465"]]
:plugins [[lein-ring "0.9.7"]
[lein-cljsbuild "1.1.5"]]
:clean-targets ^{:protect false} ["resources/public/js/compiled" "target"]