database inserts.

This commit is contained in:
Bryce Covert
2017-12-08 07:39:41 -08:00
parent 9188ef7ca6
commit 252a6c5f9b
3 changed files with 51 additions and 10 deletions

View File

@@ -17,7 +17,8 @@
;; https://mvnrepository.com/artifact/postgresql/postgresql
[postgresql/postgresql "9.3-1102.jdbc41"]
[cljs-http "0.1.44"]
[org.clojure/core.async "0.3.465"]]
[org.clojure/core.async "0.3.465"]
[fogus/ring-edn "0.3.0"]]
:plugins [[lein-ring "0.9.7"]
[lein-cljsbuild "1.1.5"]]
:clean-targets ^{:protect false} ["resources/public/js/compiled" "target"]