Fork me on GitHub
#luminus
<
2017-03-22
>
mruzekw17:03:05

Is there a good guide for working within REPL in a luminus/clojure web app?

mruzekw17:03:11

Making DB calls, etc.?

jumar18:03:12

@mruzekw I would say lein run -> connect to the nREPL server -> call the db functions defined in "queries.sql" everytime you change the queries, re-run (conman/bind-connection *db* "sql/queries.sql")